mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
bugfix: when canceling a modification of an object, the JS displayed two alerts.
SVN:trunk[5671]
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -449,7 +449,7 @@ try
|
||||
break;
|
||||
|
||||
case 'release_lock_and_details':
|
||||
$oP->DisableBreadCrumb();
|
||||
$oP->DisableBreadCrumb();
|
||||
$sClass = utils::ReadParam('class', '');
|
||||
$id = utils::ReadParam('id', '');
|
||||
$oObj = MetaModel::GetObject($sClass, $id);
|
||||
|
||||
Reference in New Issue
Block a user