This commit is contained in:
@@ -51,6 +51,8 @@ namespace raven_integration
|
||||
|
||||
dynamic w = new JObject();
|
||||
w.name = Util.Uniquify(WidgetRunNameStart);
|
||||
w.notes="blah";
|
||||
w.customFields = Util.GenerateCustomFieldsJsonString("Meh1");
|
||||
//Tags
|
||||
dynamic InitialTags = new JArray();
|
||||
foreach (string s in InitialTagsList)
|
||||
|
||||
Reference in New Issue
Block a user