here is my acl
Code: Select all
$Self->{TicketAcl}->{'ACL-Name-1'} = {
# match properties
Properties => {
# current ticket match properties
Ticket => {
Queue => [Queue1'],
}
},
#return possible options
Possible => {
# possible action options
Ticket => {
Queue => [Queue2l'],
},
Action => {
AgentTicketClose => 0,
AgentTicketNote => 1,
AgentTicketMove => 1,
AgentTicketOwner => 0,
AgentTicketCustomer => 0,
},
},
};
Guess the ACL is running while creating ticket as well which should have been run after creation of ticket.
Any idea on this?
Testing on 3.1.5