Thanks a lot Nils, works perfect.
$Self->{TicketAcl}->{'ACL-tipos'} = {Properties => {Type => {Name => ['Requerimientos'],},},PossibleNot => {# possible ticket optionsTicket => {Service => ['[RegExp]^Incidentes::',], #Clear the list first},},Possible => {Ticket => {Service => ['[RegExp]^Requerimientos::'],},},};
Dear Carlos,you can use this one:$Self->{TicketAcl}->{'ACL-tipos'} = {Properties => {Type => {Name => ['Requerimientos'],},},Possible => {Ticket => {Service => ['[RegExp]^Requerimientos::'],},},};Please keep in mind that ACLs don’t sum up. You have to define and match each possible situation in a separated ACL.On 06.10.2011, at 22:08, Carlos Andrés Gallego Arboleda wrote:I have try to make an ACL, to restrict the use of the services depending of the ticket type.But I need your help whit this.The services are:Requerimientos::AccesosRequerimientos::softwareRequerimientos::*I don't nkow how to use wildcards on the ACL-- Cheers, Nilshttp://webint.cryptonode.de / a Fractal project
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs