This commit is contained in:
2020-03-02 23:05:33 +00:00
parent f4f0bc8608
commit 81d75ce266
3 changed files with 6 additions and 0 deletions

View File

@@ -126,6 +126,8 @@ namespace AyaNova.Biz
roles.Add(AyaType.Locale, new BizRoleSet()
{
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
ReadFullRecord = AuthorizationRoles.All
});
@@ -148,6 +150,8 @@ 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
ReadFullRecord = AuthorizationRoles.All
});