Re: [otrs] Can't use subqueue names in ACL's

2007-05-24 Thread Oleg O. Orlov
Can anyone give link to workaround ?
Sorry, I searched this few times
But unfortunally.

Thanks
___
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/


Re: [otrs] Can't use subqueue names in ACL's

2007-05-23 Thread Alexander Scholler

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/


[otrs] Can't use subqueue names in ACL's

2007-05-23 Thread Орлов Олег
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/