
Hello, I have some difficulties to design things the right way when it comes to access policies. I have a basic situation whith two groups of agents (IT and Administration), each has its queue with a "Spam" subqueue. There's a group IT, and a group Administration in order to set the permissions. Now, I want customers to be able to create new tickets from customer.pl, only in queues IT and Administration, so I've set things up so customers belong to both groups : $Self->{CustomerGroupAlwaysGroups} = ['Clients', 'IT', 'Administration']; How should I disable the "Spam" subqueues from the dropdown list when creating a new ticket ? Regards, -- Mikael Kermorgant

On Thu, Jan 29, 2009 at 2:34 PM, Mikael Kermorgant < mikael.kermorgant@gmail.com> wrote:
Hello,
I have some difficulties to design things the right way when it comes to access policies.
Hello, Well, I've chosen a "one file is associated to a specific group" design. This way, I have the desired granularity when it comes to say who has access to a queue (Roles being important in this setup as they make things easy to manage). Regards, -- Mikael Kermorgant
participants (1)
-
Mikael Kermorgant