And maybe some other options but the upgrade? It's a very old installation and better not to touch it, if it is working.
May it be connected with installed KIX4OTRS?
Search found 5 matches
- 13 Aug 2013, 16:17
- Forum: Help
- Topic: ACL to filter types by queue
- Replies: 9
- Views: 1779
- 13 Aug 2013, 15:32
- Forum: Help
- Topic: ACL to filter types by queue
- Replies: 9
- Views: 1779
Re: ACL to filter types by queue
Yes, I have tried with just one type, but it did not help.
It seems to me, that Property doesn't work (empty for example)
It seems to me, that Property doesn't work (empty for example)
- 13 Aug 2013, 14:55
- Forum: Help
- Topic: ACL to filter types by queue
- Replies: 9
- Views: 1779
Re: ACL to filter types by queue
I have tried with ['[RegExp](Buchhaltung)'], - did not work also.
Moreover I have tried with empty (it must match all tickets):
Properties => {
},
And this doesn't work also..
Moreover I have tried with empty (it must match all tickets):
Properties => {
},
And this doesn't work also..
- 13 Aug 2013, 14:41
- Forum: Help
- Topic: ACL to filter types by queue
- Replies: 9
- Views: 1779
Re: ACL to filter types by queue
Thank you for the rapid reply. The original ACL (as it's written in Config.pm) is: # ticket acl $Self->{TicketAcl}->{'ACL-Name-1'} = { Properties => { Queue => { Name => ['[RegExp]Buchhaltung'], }, }, Possible => { Ticket => { Type => ['Stornorechnungen','Gutschriften','Änderung Kundenstammdaten','Ä...
- 13 Aug 2013, 14:20
- Forum: Help
- Topic: ACL to filter types by queue
- Replies: 9
- Views: 1779
ACL to filter types by queue
Hi All, I am trying to create an ACL to show only the corresponding types based on queue: # ticket acl $Self->{TicketAcl}->{'ACL-Name-1'} = { Properties => { Queue => { Name => ['[RegExp]Accounting'], }, }, Possible => { Ticket => { Type => ['Invoice','Loan'], }, }, }; What is wrong here? OTRS 3.0.5.