ACL for language

Moderator: crythias

Locked
tomekliw
Znuny newbie
Posts: 32
Joined: 02 Dec 2010, 11:17
Znuny Version: 3
Location: Poland

ACL for language

Post by tomekliw »

Hello,

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'],
				},
			},
		};
OTRS 3.1.10 on CentOS and MySql. Auth for customers and agents via both Active Directory and local database.
Locked