Project

General

Profile

Actions

Feature #97096

closed

Allow extbase backend modules to function without namespaced parameters

Added by Susanne Moog about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2022-03-03
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Extbase modules traditionally use the plugin or module namespace to prefix get parameters and map arguments to plugins. In the frontend context, this makes sense, as multiple plugins may reside on a page. In the backend, however, an extbase module is responsible for rendering a complete view. Therefore the namespacing of arguments can be disabled, making URLs easier to read, more in line with non-extbase modules and allowing extbase modules to directly access outside information like the "id" parameter handed over by the page tree for example.

To allow extbase modules to configure this behaviour, a feature flag can be set in the module configuration turning the namespacing off or on.

This feature can be seen as a precursor of further refactorings (like skipDefaultArguments for the backend) to bring extbase module handling closer to the general route handling, and ultimately be able to fully use Symfony routing in the backend.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #97167: "Update extensions" link in reports does not workClosedOliver Bartsch2022-03-10

Actions
Related to TYPO3 Core - Bug #97766: Can not delete indexed item in IndexedSearch backend moduleClosedOliver Bartsch2022-06-13

Actions
Related to TYPO3 Core - Task #100619: Use non-namepaced arguments in ext:formClosed2023-04-16

Actions
Related to TYPO3 Core - Task #100622: Deprecate extbase feature togglesClosed2023-04-16

Actions
Actions

Also available in: Atom PDF