ich versuche folgende ACL zu implementieren (OTRS 3.1.8.):
Code: Select all
$Self->{TicketAcl}->{'ACL-Agent-TicketTypes'} = {
Properties => {
Frontend => {
Action => ['AgentTicketPhone','AgentTicketEmail'],
},
},
PossibleNot => {
Ticket => {
Type => ['[RegExp]^Problem'],
Queue => ['[RegExp]^Postmaster',
'[RegExp]^Raw',
'[RegExp]^Junk',
'[RegExp]^Misc'],
},
},
};
Was könnte die Ursache sein?
Danke!
Gruß
René