This commit is contained in:
2022-12-26 19:15:19 +00:00
parent 9604a3863e
commit d3ae5ff3ee
5 changed files with 650 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ caseid BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL, "
FieldDefinitions.Add(new DataListFieldDefinition
{
TKey = "Tags",
FieldKey = "gzcasetags",
FieldKey = "Tags",
UiFieldDataType = (int)UiFieldDataType.Tags,
SqlValueColumnName = "agzcase.tags"
});