2011-11-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/menu.php: Fixed a wrong sec2 tag that makes enterprise ACLs fail. Fixes: #3439464 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5162 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8816d6a5d1
commit
dfbfbdcbfd
|
@ -1,3 +1,10 @@
|
|||
2011-11-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/menu.php: Fixed a wrong sec2 tag that makes enterprise
|
||||
ACLs fail.
|
||||
|
||||
Fixes: #3439464
|
||||
|
||||
2011-11-24 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.php
|
||||
|
|
|
@ -176,6 +176,7 @@ enterprise_hook ('inventory_menu');
|
|||
|
||||
//Incidents
|
||||
if (check_acl ($config['id_user'], 0, "IR") == 1) {
|
||||
$temp_sec2 = $sec2;
|
||||
if($config['integria_enabled']) {
|
||||
$sec2 = "operation/integria_incidents/incident";
|
||||
}
|
||||
|
@ -192,6 +193,7 @@ if (check_acl ($config['id_user'], 0, "IR") == 1) {
|
|||
$sub["operation/incidents/incident_statistics"]["text"] = __('Statistics');
|
||||
|
||||
$menu["incidencias"]["sub"] = $sub;
|
||||
$sec2 = $temp_sec2;
|
||||
}
|
||||
|
||||
// Rest of options, all with AR privilege (or should events be with incidents?)
|
||||
|
|
Loading…
Reference in New Issue