- Fixed issue #157: Data Admin menu allowed only to admins and configuration managers

SVN:trunk[720]
This commit is contained in:
Denis Flaven
2010-08-30 15:27:29 +00:00
parent ab808ebf93
commit 0d499ef03a
3 changed files with 70 additions and 15 deletions

View File

@@ -1467,7 +1467,7 @@ class lnkProcessToSolution extends cmdbAbstractObject
////////////////////////////////////////////////////////////////////////////////////
// Create the top-level group. fRank = 1, means it will be inserted after the group '0', which is usually 'Welcome'
$oAdminMenu = new MenuGroup('DataAdministration', 70);
$oAdminMenu = new MenuGroup('DataAdministration', 70 /* fRank */, 'Organization', UR_ACTION_MODIFY, UR_ALLOWED_YES|UR_ALLOWED_DEPENDS);
$iAdminGroup = $oAdminMenu->GetIndex();
new WebPageMenuNode('Audit', '../pages/audit.php', $iAdminGroup, 33 /* fRank */);