Am 10.06.2014 13:15, schrieb Nils Leideck:
Hi Friedrich,

you can add another ACL to overrule previous ACLs and display the field values 
in AgentTicketSearch:

$Self->{TicketAcl}->{'ZZZ-300-100-A-ReasonCodesCategory-AgentTicketSearch'} = {
     Properties => {
         Frontend => {
             Action => ['AgentTicketSearch'],
         },
     },
     Possible => {
         Ticket => {
             DynamicField_ReasonCodesCategory => ['[regexp].*'],
             DynamicField_ReasonCodes => ['[regexp].*'],
         },
     },
};

Thank You Nils! Works like it should ;)

---------------------------------------------------------------------
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

Reply via email to