ACL for customer service limitation based on request type

Hi, I was trying to customize the visibility of the Service dropdown during the creation of a ticket in the Customer web interface. I need to hide/unhide some entry based on the request type selected. I put the following lines in Kernel/Config.pm, but nothing changed. # ticket acl $Self->{TicketAcl}->{'Nascondi-Servizi-Coda-001'} = { # match properties Properties => { # current user match properties Ticket => { Type => ['Acquisizione dati'] } }, # remove options (black list) PossibleNot => { # possible ticket options (black list) Ticket => { Service => ['Hardware'] }, }, }; Could please give me some hints or tell me where can I found a good documentation on ACLs? Thanks Gianni

Hi Gianni,
"Gianni Bracali"
schrieb am Donnerstag, 19. Februar 2009 um 16:01 in Nachricht <6C49BF66B42A4141BEE76D1F60661D4D@romaentrate.local>:
Could please give me some hints or tell me where can I found a good documentation on ACLs?
a good doc on ACLs is not really available, but try http://faq.otrs.org/otrs/public.pl?Action=PublicFAQ&ItemID=68
Thanks
Gianni
Bye, Alex Richter+Frenzel GmbH + Co. KG Sitz: Wuerzburg Registergericht: Wuerzburg HRA 220 Geschaeftsfuehrer: Peter Pohl, Wilhelm Schuster Komplementaer: WUE Richter + Frenzel Verwaltung GmbH, Amtsgericht Augsburg, HRB 22447
participants (2)
-
Alexander Scholler
-
Gianni Bracali