This commit is contained in:
@@ -368,7 +368,7 @@ namespace AyaNova.Biz
|
||||
|
||||
//cache frequent viz data
|
||||
//usertypes
|
||||
var UserTypesEnumList = await AyaNova.Api.Controllers.EnumListController.GetEnumList(typeof(UserType).ToString(), UserTranslationId);
|
||||
var UserTypesEnumList = await AyaNova.Api.Controllers.EnumListController.GetEnumList(StringUtil.TrimTypeName(typeof(UserType).ToString()), UserTranslationId);
|
||||
|
||||
foreach (Widget w in orderedList)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user