mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
-Fixed menu loading order bug.
SVN:trunk[728]
This commit is contained in:
@@ -224,7 +224,8 @@ class Problem extends Ticket
|
||||
}
|
||||
|
||||
|
||||
$iIndex = ApplicationMenu::GetMenuIndexById('ProblemManagement');
|
||||
$oMyMenuGroup = new MenuGroup('ProblemManagement', 42 /* fRank */); // Will create if it does not exist
|
||||
$iIndex = $oMyMenuGroup->GetIndex();
|
||||
new TemplateMenuNode('Problem:Overview', '../modules/itop-problem-mgmt-1.0.0/overview.html', $iIndex /* oParent */, 0 /* fRank */);
|
||||
new NewObjectMenuNode('NewProblem', 'Problem', $iIndex, 1 /* fRank */);
|
||||
new SearchMenuNode('SearchProblems', 'Problem', $iIndex, 2 /* fRank */);
|
||||
|
||||
Reference in New Issue
Block a user