From 253926d1a85551c176d00551f33204097b11f850 Mon Sep 17 00:00:00 2001
From: Benni Mack <benni@typo3.org>
Date: Wed, 19 Jun 2024 22:31:25 +0200
Subject: [PATCH] [TASK] Rename path to EXT:form BE route

The URL path to the form backend module
is now named "/module/manage/forms" instead of
"/module/web/FormFormbuilder" which was just
a leftover from the pre-routing logic in Extbase
modules.

Resolves: #95093
Releases: main
Change-Id: I9509ed13b9e34a12ecf89e63aca8c90dfbc2365e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84788
Tested-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Simon Schaufelberger <simonschaufi+typo3@gmail.com>
---
 typo3/sysext/form/Configuration/Backend/Modules.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/typo3/sysext/form/Configuration/Backend/Modules.php b/typo3/sysext/form/Configuration/Backend/Modules.php
index a5664f857fbc..0f41896279f4 100644
--- a/typo3/sysext/form/Configuration/Backend/Modules.php
+++ b/typo3/sysext/form/Configuration/Backend/Modules.php
@@ -13,6 +13,7 @@ return [
         'iconIdentifier' => 'module-form',
         'inheritNavigationComponentFromMainModule' => false,
         'labels' => 'LLL:EXT:form/Resources/Private/Language/locallang_module.xlf',
+        'path' => '/module/manage/forms',
         'extensionName' => 'Form',
         'controllerActions' => [
             FormManagerController::class => [
-- 
GitLab