diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst index d2e8e1ce2298440a66e90b8f03c219bb4db4a203..ac16e8f1b3c68a2625cc492f947001a55d95a773 100644 --- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst +++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst @@ -58,7 +58,7 @@ Example: const immediateActionCallback = new ImmediateAction(function () { require(['TYPO3/CMS/Backend/ModuleMenu'], function (ModuleMenu) { - ModuleMenu.showModule('web_layout'); + ModuleMenu.App.showModule('web_layout'); }); });