Hi,

I try to use an ACL to allow the agent can check or uncheck one
DynamicField of class checkbox (dinamico) only if the user (Agent) has
permission on a group (dinamico), I try whit this, Anyone can help me whit
this.

 $Self->{TicketAcl}->{'ACL-Name-Test'} = {
 User => {
  Group_ro => [ 'dinamico'],
 },


 Possible => {
 Ticket => {
DynamicField_dinamico => [''],
 },
},
 },


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