mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
- Bug fix: when creating a new object the "Cancel" button must go somewhere !
SVN:trunk[1002]
This commit is contained in:
@@ -1471,6 +1471,11 @@ EOF
|
||||
);
|
||||
$oP->SetCurrentTab('');
|
||||
break;
|
||||
|
||||
case 'cancel':
|
||||
$oP->set_title(Dict::S('UI:OperationCancelled'));
|
||||
$oP->add('<h1>'.Dict::S('UI:OperationCancelled').'</h1>');
|
||||
break;
|
||||
|
||||
default:
|
||||
$oMenuNode = ApplicationMenu::GetMenuNode(ApplicationMenu::GetActiveNodeId());
|
||||
|
||||
Reference in New Issue
Block a user