Hi,

this was discussed (on english-list?) a few month ago.
If I can remember right, it's a bug, but there was a workaround.

Bye,  Alex

Орлов Олег schrieb:
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/




_______________________________________________
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