This commit is contained in:
2021-02-10 18:48:47 +00:00
parent 61edb9d127
commit 5125f2a941
4 changed files with 15 additions and 18 deletions

View File

@@ -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