This commit is contained in:
2020-12-08 16:06:11 +00:00
parent b69c3d8f06
commit 2a9ec1b4b8
4 changed files with 7 additions and 12 deletions

View File

@@ -99,7 +99,7 @@ namespace AyaNova.DataList
TKey = "AuthorizationRoles",
FieldKey = "roles",
UiFieldDataType = (int)UiFieldDataType.Roles,
//NOTE: not technically an enum list but this will trigger datagrid at client to fetch roles for special processing
//NOTE: not technically an enum list but this will trigger datagrid at client to fetch roles for special handling
EnumType = AyaNova.Util.StringUtil.TrimTypeName(typeof(AuthorizationRoles).ToString()),
SqlValueColumnName = "auser.roles"
});