i added the following acl to my kernel/config.pm in the otrs folder:
Code: Select all
$Self->{TicketAcl}->{'ACL-CompanyServices-1'} =
{
Properties => {
Queue => {
Name => ['Helpdesk'],
},
},
Possible => {
Ticket => {
SLA => ['SLA Test'],
},
},
};
The object SLA Test is created: OTRS Version is 3.2.8.
Can anybody help me?
