Help ACL ....

Moderator: crythias

Post Reply
eterjack
Znuny newbie
Posts: 55
Joined: 21 Sep 2012, 01:45
Znuny Version: 3.1.10

Help ACL ....

Post by eterjack »

Hello,

I'm trying to make an acl without success, someone could help me? If the Service does not have a value, the queue does not have a value.

$ Self-> {TicketAcl} -> {'ACL-NULL-CAT2'} = {
# Match properties
# Note we do not have "Ticket => {" because there's no ticket yet
StopAfterMatch => 1,
Properties => {
Frontend => {
Action => ['AgentTicketPhone', 'AgentTicketEmail', 'AgentTicketPriority'],
}
Ticket => {
Service => [''],
}
}
# Possible return options
Possible => {
Ticket => {
Queue => [''],
}
}
};
rafaqf
Znuny newbie
Posts: 80
Joined: 30 Mar 2011, 11:10
Znuny Version: 3

Re: Help ACL ....

Post by rafaqf »

Could you find the solution for that?

I think you need more parameters to make this ACL work.

Let me know.
OTRS 3.0.11 and KIX4OTRS on Linux
Post Reply