It is very hard to find something more about ACL, but maybe you will know. Is it possible to select type in dependency of browser language. Something like that (which of course is not working):
Code: Select all
$Self->{TicketAcl}->{'ACL-Name-10'}={
Properties => {
Language => {
Name => ['PL'],
},
},
Possible => {
Type => {
Name => ['[RegExp}^PL'],
},
},
};