This commit is contained in:
@@ -225,8 +225,9 @@ namespace AyaNova.DataList
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "Tags",
|
||||
TKey = "WorkOrderItemTags",
|
||||
FieldKey = "WorkOrderItemTags",
|
||||
TKeySection = "WorkOrderItem",
|
||||
UiFieldDataType = (int)UiFieldDataType.Tags,
|
||||
SqlValueColumnName = "aworkorderitem.tags"
|
||||
});
|
||||
@@ -357,6 +358,7 @@ namespace AyaNova.DataList
|
||||
{
|
||||
TKey = "Tags",
|
||||
FieldKey = "workordertags",
|
||||
TKeySection = "WorkOrder",
|
||||
UiFieldDataType = (int)UiFieldDataType.Tags,
|
||||
SqlValueColumnName = "viewworkorder.tags"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user