This commit is contained in:
@@ -22,15 +22,14 @@ namespace AyaNova.PickList
|
||||
cm.fld = "widgetserial";
|
||||
dTemplate.Add(cm);
|
||||
|
||||
//todo: For testing only
|
||||
cm = new JObject();
|
||||
cm.fld = "widgettags";
|
||||
dTemplate.Add(cm);
|
||||
|
||||
cm = new JObject();
|
||||
cm.fld = "username";
|
||||
dTemplate.Add(cm);
|
||||
|
||||
cm = new JObject();
|
||||
cm.fld = "widgettags";
|
||||
dTemplate.Add(cm);
|
||||
|
||||
base.DefaultTemplate = dTemplate.ToString(Newtonsoft.Json.Formatting.None);
|
||||
|
||||
//NOTE: Due to the join, all the sql id and name fields that can conflict with the joined (in this case User) table need to be specified completely
|
||||
|
||||
Reference in New Issue
Block a user