This commit is contained in:
@@ -29,6 +29,10 @@ namespace AyaNova.PickList
|
|||||||
cm.fld = "UnitModelVendorID";
|
cm.fld = "UnitModelVendorID";
|
||||||
dTemplate.Add(cm);
|
dTemplate.Add(cm);
|
||||||
|
|
||||||
|
cm = new JObject();
|
||||||
|
cm.fld = "Tags";
|
||||||
|
dTemplate.Add(cm);
|
||||||
|
|
||||||
base.DefaultTemplate = dTemplate.ToString(Newtonsoft.Json.Formatting.None);
|
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 table need to be specified completely
|
//NOTE: Due to the join, all the sql id and name fields that can conflict with the joined table need to be specified completely
|
||||||
@@ -122,7 +126,7 @@ namespace AyaNova.PickList
|
|||||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||||
{
|
{
|
||||||
TKey = "Tags",
|
TKey = "Tags",
|
||||||
FieldKey = "unittags",
|
FieldKey = "Tags",
|
||||||
ColumnDataType = UiFieldDataType.Tags,
|
ColumnDataType = UiFieldDataType.Tags,
|
||||||
SqlValueColumnName = "aunit.tags"
|
SqlValueColumnName = "aunit.tags"
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user