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