Hello.
Please answer how to use subqueue names like
'Misc::submisc'
does not work in ACL's ?


AC L like
$Self->{TicketAcl}->{'ACL-Limit-Input-Queues'} = {
 ... 
Possible => {
  Ticket => {
        Queue => ['Misc'],
},
}.
...

}

is working

ACL like 

$Self->{TicketAcl}->{'ACL-Limit-Input-Queues'} = {
 ... 
Possible => {
  Ticket => {
        Queue => ['Misc::submisc'],
},
}.
...

}

is not


_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to