From cc758a0ad9f548b27d25193c699645b6c328e5f4 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sat, 20 Jun 2026 20:56:39 +0200 Subject: [PATCH] [BUGFIX] Fix broken changelog links in administration module badges The "Changed in version 14.0" notes tried to combine a :guilabel: role with an embedded hyperlink (`name `_). :guilabel: is not a reference role, so the URL was rendered as literal text inside the badge with a stray trailing underscore instead of a working link. Split the badge from the link in all four versionchanged blocks: keep :guilabel: for the menu labels and add a separate "the changelog entry" hyperlink. Also fix the Backend Users note which wrongly read "moved from Administration to Administration" (now "System to Administration") and remove stray tab indentation. Signed-off-by: Sebastian Mendel --- .../Backend/AdministrationModules/Index.rst | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/Documentation/Concepts/Backend/AdministrationModules/Index.rst b/Documentation/Concepts/Backend/AdministrationModules/Index.rst index a3778db4..db094d31 100644 --- a/Documentation/Concepts/Backend/AdministrationModules/Index.rst +++ b/Documentation/Concepts/Backend/AdministrationModules/Index.rst @@ -9,8 +9,9 @@ Administration modules ====================== .. versionchanged:: 14.0 - Most modules in this area have been moved from :guilabel:`System` - to :guilabel:`Administration `_. + Most modules in this area have been moved from :guilabel:`System` + to :guilabel:`Administration`. See `the changelog entry + `__. System modules are backend modules in the group "System" and they are only available to backend users with @@ -29,8 +30,9 @@ Permissions =========== .. versionchanged:: 14.0 - This module has been moved from :guilabel:`System` to :guilabel:`Administration - `_. + This module has been moved from :guilabel:`System` to + :guilabel:`Administration`. See `the changelog entry + `__. In TYPO3, you can grant permissions to backend users. At first, a newly created backend user without any administrative @@ -49,8 +51,9 @@ Backend Users ============= .. versionchanged:: 14.0 - This module has been moved from :guilabel:`Administration` to :guilabel:`Administration` - `_. + This module has been moved from :guilabel:`System` to + :guilabel:`Administration`. See `the changelog entry + `__. The module :guilabel:`System > Users` is used to create, edit and delete backend users. @@ -145,8 +148,9 @@ Reports (optional) ================== .. versionchanged:: 14.0 - This module has been moved from :guilabel:`System` to :guilabel:`Administration` - `_. + This module has been moved from :guilabel:`System` to + :guilabel:`Administration`. See `the changelog entry + `__. This module is only available if the system extension :composer:`typo3/cms-reports` is installed.