Skip to content
Snippets Groups Projects
Commit 253926d1 authored by Benni Mack's avatar Benni Mack Committed by Oliver Bartsch
Browse files

[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: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
parent 9819ed85
No related branches found
No related tags found
No related merge requests found
......@@ -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 => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment