test work and also widgetusertype sb just usertype translation key so changed at back and front

This commit is contained in:
2020-03-31 21:13:05 +00:00
parent 4f77573cd9
commit 88c974d857
6 changed files with 43 additions and 50 deletions

View File

@@ -93,7 +93,7 @@ namespace AyaNova.DataList
});
FieldDefinitions.Add(new AyaDataListFieldDefinition
{
TKey = "WidgetUserType",
TKey = "UserType",
FieldKey = "widgetusertype",
UiFieldDataType = (int)UiFieldDataType.Enum,
EnumType = AyaNova.Util.StringUtil.TrimTypeName(typeof(UserType).ToString()),