This commit is contained in:
2020-01-28 23:00:46 +00:00
parent 512b2757b9
commit 295f8bd660
7 changed files with 22 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ namespace AyaNova.DataList
FieldDefinitions.Add(new AyaDataListFieldDefinition
{
LtKey = "UserUserType",
LtKey = "UserType",
FieldKey = "usertype",
UiFieldDataType = (int)UiFieldDataType.Enum,
EnumType = typeof(UserType).ToString(),