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