This commit is contained in:
2020-11-27 00:30:49 +00:00
parent 29fd5a00f6
commit bbe61e8a9c
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ namespace AyaNova.Biz
[CoreBizObject]
WorkOrderTemplateItem = 46,
GlobalOps = 47,
BizMetrics = 48,
BizMetrics = 48,//deprecate? Not used for anything as of nov 2020
Backup = 49,
Notification = 50,
NotifySubscription = 51,

View File

@@ -526,7 +526,7 @@ namespace AyaNova.Biz
////////////////////////////////////////////////////////////
//BIZMETRICS
//
// todo: deprecate? Not used for anything as of nov 2020
roles.Add(AyaType.BizMetrics, new BizRoleSet()
{
Change = AuthorizationRoles.BizAdminFull,