Hi,

JFYI.

I added a generic module/group permission concept to the cvs head.

Example:
========
Let the 'users' group able to change the "auto responses" and "queue <->
auto responses" settings. Add 

[...] 
  # Module => Group
  $Self->{'Module::Permission'}->{'AdminAutoResponse'} = 'users'
  $Self->{'Module::Permission'}->{'AdminQueueAutoResponse'} = 'users';
[...] 

to Kernel/Config.pm. 

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
Perfection is our goal, excellence will be tolerated. -- J. Yahl

_______________________________________________
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

Reply via email to