|
@@ -1604,6 +1604,16 @@ class lnkProcessToSolution extends cmdbAbstractObject
|
|
|
////////////////////////////////////////////////////////////////////////////////////
|
|
|
// Create the top-level group. fRank = 1, means it will be inserted after the group '0', which is usually 'Welcome'
|
|
|
|
|
|
+
|
|
|
+// Note (RQ) :
|
|
|
+// After 1.0.1, the welcome page and menus have been removed from the application
|
|
|
+// and put into a separate module "itop-welcome-itil"
|
|
|
+// Until we develop a migration utility, and as would like to preserve the
|
|
|
+// capability to upgrade iTop without any manual operation, we have decided to
|
|
|
+// implement this dirty workaround that makes it...
|
|
|
+require_once(APPROOT.'modules/itop-welcome-itil/model.itop-welcome-itil.php');
|
|
|
+
|
|
|
+
|
|
|
$oAdminMenu = new MenuGroup('DataAdministration', 70 /* fRank */, 'Organization', UR_ACTION_MODIFY, UR_ALLOWED_YES|UR_ALLOWED_DEPENDS);
|
|
|
$iAdminGroup = $oAdminMenu->GetIndex();
|
|
|
|