Correctly trigger iTop API when adding a caselog entry through quick edit

This commit is contained in:
Stephen Abello
2021-09-02 17:25:45 +02:00
parent 034516d0ef
commit 1d57b4330b

View File

@@ -116,6 +116,14 @@ class ActivityPanelController
'html_rendering' => $sEntryAsHtml,
];
}
// Invoke extensions after the update of the object from the activity form
/** @var \iApplicationUIExtension $oExtensionInstance */
foreach(MetaModel::EnumPlugins('iApplicationUIExtension') as $oExtensionInstance)
{
$oExtensionInstance->OnFormSubmit($oObject);
}
$oObject->DBWrite();
// Finalize inline images