Hi, I want to add a ACL for limiting the services list. For example, if i have 3 services (test1 / test2 /test3) and 3 CustomerID (group1/group2/group3) I want group1 can only create ticket with test1, group2 with test2, etc....
I've make a test like this but this don't work :
$Self->{TicketAcl}->{'ACL-Name-test1'} = {
Properties => {
CustomerUser => {
UserCustomerID => ['group1'],
},
},
Possible => {
Ticket => {
Service => ['test1'],
},
},
};
But with this, all services are show.
Please help me.
Cordialement,
[cid:[email protected]]
Marc GUYARD
Ingénieur Exploitation Client
--
Pôle Services Managés
tel. +33 1 64536640
mob. +33 6 83826501
[email protected]<mailto:[email protected]>
Network Integration Services, 24 rue Emile Baudot - 91120 PALAISEAU - France
www.orange-business.com<http://www.orange-business.com/>
[cid:[email protected]]
<<inline: image001.jpg>>
<<inline: image002.jpg>>
--------------------------------------------------------------------- OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
