N°4555 - Restore ability to kill concurrent lock

This commit is contained in:
Molkobain
2021-12-15 11:15:40 +01:00
parent 0bd64ef700
commit 3e51d010d2

View File

@@ -251,7 +251,7 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
/**
* @param \WebPage $oPage
* @param \DBObject $oObj
* @param \cmdbAbstractObject $oObj
* @param array $aParams
*
* @throws \Exception
@@ -285,6 +285,7 @@ JS
);
$oObj->Reload();
$oObj->SetDisplayMode(static::ENUM_DISPLAY_MODE_VIEW);
$oObj->DisplayDetails($oPage, false);
}