Changed event name to DISPLAY_OBJECT_DETAILS

This commit is contained in:
Eric Espie
2021-12-31 08:53:36 +01:00
parent 551abc861e
commit fba78e7d9b
4 changed files with 6 additions and 6 deletions

View File

@@ -124,7 +124,7 @@ class ObjectController extends BrickController
$sOperation = $oRequestManipulator->ReadParam('operation', '');
$oObject->FireEvent(EventName::OBJECT_DETAILS);
$oObject->FireEvent(EventName::DISPLAY_OBJECT_DETAILS);
$aData = array('sMode' => 'view');
$aData['form'] = $oObjectFormHandler->HandleForm($oRequest, $aData['sMode'], $sObjectClass, $sObjectId);