This commit is contained in:
2020-05-07 18:44:56 +00:00
parent f2c6002ac3
commit ea3e5fee2f
4 changed files with 98 additions and 51 deletions

View File

@@ -96,7 +96,7 @@ namespace AyaNova.Biz
//AyaNova.Biz.BizObjectNameFetcherDIRECT
//and in the CLIENT in ayatype.js
//and need TRANSLATION KEYS because any type could show in the event log at teh client end
//and need TRANSLATION KEYS because any type could show in the event log at the client end
}

View File

@@ -366,7 +366,7 @@ namespace AyaNova.Biz
{
Change = AuthorizationRoles.BizAdminFull | AuthorizationRoles.OpsAdminFull,
//Anyone can read it because they need to to open a form, but also in UI
//only the bizadminlimited actually gets a link to see teh customization page
//only the bizadminlimited actually gets a link to see the customization page
ReadFullRecord = AuthorizationRoles.All
});
@@ -390,7 +390,7 @@ namespace AyaNova.Biz
//Only BizAdminFull can modify forms
Change = AuthorizationRoles.BizAdminFull,
//Anyone can read it because they need to to open a form, but also in UI
//only the bizadminlimited actually gets a link to see teh customization page
//only the bizadminlimited actually gets a link to see the customization page
ReadFullRecord = AuthorizationRoles.All
});