From e800067d427b8737434c8f478fb7b84e9a34359d Mon Sep 17 00:00:00 2001
From: Stefan Froemken <froemken@gmail.com>
Date: Wed, 11 Sep 2024 11:56:43 +0200
Subject: [PATCH] [DOCS] Add App node to showModule in Changelog

Add missing "App" node to example in Changelog
of notification actions.

Resolves: #104903
Releases: main, 12.4, 11.5
Change-Id: Icc88a55c731c7f5b517740673c24acd21b83fa12
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86010
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Andreas Kienast <a.fernandez@scripting-base.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de>
---
 .../10.1/Feature-89061-IntroduceNotificationActions.rst         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d2e8e1ce2298..ac16e8f1b3c6 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');
      });
    });
 
-- 
GitLab