
Murilo,
have you tested the ACL using a normal user account (not an administrator)?
In my experience, some good ACL seems not to work until you test it with an unprivileged account...
________________________________________
Da: otrs-bounces@otrs.org [otrs-bounces@otrs.org] per conto di Murilo Moreira de Oliveira [murilo.moreira@gmail.com]
Inviato: martedì 1 giugno 2010 14.57
A: User questions and discussions about OTRS.
Oggetto: Re: [otrs] ACL
I'm using OTRS 2.4.6 and your example worked for me. But now I'd like to increment my acls using restriction on ticket types. The acl bellow didn't work:
$Self->{TicketAcl}->{'ACL-RelacaoTipoServico1'} = {
# match properties
Properties => {
Frontend => {
Action => ['AgentTicketPhone', 'AgentTicketEmail', 'CustomerTicketMessage'],
},
Type=> {
Name => ['Incident'],
},
# I tried the options bellow too and nothing happens!
# Ticket => {
# Type => ['Incident'],
# },
# TicketType => {
# Name => ['Incident'],
# },
},
# return possible options (white list)
Possible => {
Ticket => {
Service => ['SAP System'],
},
},
};
Any ideas??
2010/6/1 Nils Leideck - ITSM