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