How to hide some queues in CustomerTicketOverview?

Moderator: crythias

Locked
bhcuong2008
Znuny newbie
Posts: 10
Joined: 09 Mar 2013, 15:22
Znuny Version: 3.2.2
Real Name: Cuong
Company: N/A

How to hide some queues in CustomerTicketOverview?

Post by bhcuong2008 »

Hi Everyone,

I use ACL to hide some tickets in Customer Ticket Overview screen, but failed.

Here is my ACL:
=========
Self->{TicketAcl}->{'ACL-Name-1'} = {

# these are the properties used for matching ticket etc.
PropertiesDatabase => {
Ticket => {
Queue => ['ABC'],
},
Frontend => {
Action => ['CustomerTicketOverview'],
},
},
PossibleNot => {
Ticket => {
Queue => ['ABC'],
},
},
};
=========

Please help me,
Thank you very much,
Locked