This commit is contained in:
2018-09-06 22:18:26 +00:00
parent 499edce0b6
commit 5bb433caf3
3 changed files with 580 additions and 2 deletions

View File

@@ -124,10 +124,10 @@ namespace AyaNova.Biz
////////////////////////////////////////////////////////////
//TAGGROUPMAP - MIRROR TAGMAP
//Any roles can tag objects and remove tags as per their rights to the taggable object type in question
//Full roles can make new taggroupmaps and can edit or delete existing taggroupmaps
roles.Add(AyaType.TagGroupMap, new BizRoleSet()
{
Change = AuthorizationRoles.AnyRole,
Change = AuthorizationRoles.BizAdminFull | AuthorizationRoles.DispatchFull | AuthorizationRoles.InventoryFull | AuthorizationRoles.TechFull | AuthorizationRoles.AccountingFull,
EditOwn = AuthorizationRoles.NoRole,
ReadFullRecord = AuthorizationRoles.AnyRole
});