This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user