I want to filter the Queue list depending on the logged on user. Part of an example from http://doc.otrs.org/2.4/en/html/acl.html is, it's a user match property:
Code: Select all
# current user match properties
User => {
Group_rw => [
'hotline',
],
},
That would make things complicated. I'm simply searching for an ACL property like "is group member of". What do you think?
TIA
Michael