Hide zuny "quick close" according to user group [SOLVED]

Moderator: crythias

Post Reply
rodolfor
Znuny newbie
Posts: 89
Joined: 11 Jun 2020, 14:56
Znuny Version: 6.0.27
Real Name: Rodolfo Rughi
Company: none

Hide zuny "quick close" according to user group [SOLVED]

Post by rodolfor »

I have installed znuny quick close.
How is it possible to hide the "quick close" menu item if the user belongs to a certain group?
I think it needs an ACL, but I can't find any examples on how to make a menu entry appear/disappear.

EDIT:
To hide the menù quickclose to users belonging to group "CusGroup" I tried (with success):

Code: Select all

  StopAfterMatch: 0
  ValidID: 1
  ConfigMatch:
    PropertiesDatabase:
      User:
        Group_rw:
        - CusGroup
  ConfigChange:
    PossibleNot:
      Action:
      - AgentTicketZnuny4OTRSQuickClose
Thank you.
Post Reply