[Kernel/Config.pm]
# Ticket ACL - Disable move for closed
$Self->{TicketAcl}->{'ACL-dont-move'} = {
# match properties
Properties => {
# all closed tickets
Ticket => {
State => ['closed', 'closed successful', 'closed unsuccessful', ],
},
#disable on AgentTicketZoom page only
Frontend => {
Action => [
'AgentTicketZoom',
],
},
},
# return possible options (white list)
Possible => {
# shouldn't be moved (0)
Action => {
AgentTicketMove => 0,
},
},
};
No comments:
Post a Comment