This commit is contained in:
@@ -368,7 +368,7 @@ namespace AyaNova.Biz
|
|||||||
|
|
||||||
//cache frequent viz data
|
//cache frequent viz data
|
||||||
//usertypes
|
//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)
|
foreach (Widget w in orderedList)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user