
Hi,
I've realised that my explanation may be a little bit short in detail.
So, here's more:
I've changed the configuration so that the AdminUser module would be
viewable by the superusers group.
Here's the corresponding configuration in file
Kernel/Config/Files/ZZZAuto.pm:
$Self->{'Frontend::Module'}->{'AdminCustomerUser'} = {
'Description' => 'Edit Customers',
'Group' => [
'admin'
],
* 'GroupRo' => [
'superusers'
],*
'Loader' => {
'JavaScript' => [
'Core.Agent.TicketAction.js'
]
},
'NavBar' => [
{
'AccessKey' => 'c',
'Block' => 'ItemArea',
'Description' => '',
'Link' => 'Action=AdminCustomerUser;Nav=Agent',
'LinkOption' => '',
'Name' => 'Customers',
'NavBar' => 'Customers',
'Prio' => '9000',
'Type' => 'Menu'
}
],
'NavBarModule' => {
'Block' => 'Customer',
'Description' => 'Create and manage customers.',
'Module' => 'Kernel::Output::HTML::NavBarModuleAdmin',
'Name' => 'Customers',
'Prio' => '300'
},
'NavBarName' => 'Customers',
'Title' => 'Customers'
};
But, that doesn't work: superusers members still can edit/create users.
Do you have any idea why?
Best regards,
Cyrille
-------- Original Message --------
Subject: [otrs] "group ro" and the admin module
Date: Mon, 12 Mar 2012 11:33:24 +0100
From: cyrille