Make mapping Groups <-> Roles as default after creating group

Moderator: crythias

Post Reply
hkais
Znuny expert
Posts: 287
Joined: 16 Apr 2016, 08:55
Znuny Version: see in post
Real Name: Hans
Contact:

Make mapping Groups <-> Roles as default after creating group

Post by hkais »

Is it possible to define to switch to the UI Groups <-> Roles as default after a new Group was created? (instead of landing of Agents <-> Groups)?

Other question to docs
Is there a good entry for Roles <-> Groups <-> Agents
Znuny supports also Groups <-> Agents but from Org-Requirements I would have expected that users get organized by Roles, which contain a set of groups.
Elected 2022-06 as an IT Governance Portal Expert. The portal for Znuny, OTRS and OTOBO users
skullz
Znuny superhero
Posts: 623
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: Make mapping Groups <-> Roles as default after creating group

Post by skullz »

Either disable entirely module Frontend::Module::AdminUserGroup OR modify (https://github.com/znuny/Znuny/blob/230 ... up.pm#L208)

Code: Select all

(-) OP => "Action=AdminUserGroup;Subaction=Group;ID=$GroupID",
(+) OP => "Action=AdminRoleGroup;Subaction=Group;ID=$GroupID",
Post Reply