mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Correctly trigger iTop API when adding a caselog entry through quick edit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user