diff --git a/sources/Controller/Base/Layout/ActivityPanelController.php b/sources/Controller/Base/Layout/ActivityPanelController.php index f9537d4dc..f0cda3f5d 100644 --- a/sources/Controller/Base/Layout/ActivityPanelController.php +++ b/sources/Controller/Base/Layout/ActivityPanelController.php @@ -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