Deprecation: #82669 - Streamline Backend route path inconsistencies
See forge#82669
Description
When registering Backend modules, it is already possible to define a custom route path, via the path
option in the module configuration section within ext_
.
Backend Routes to modules without path configurations are now named using the pattern
"/module/<main-module-name>/<submodule-name>" e.g. /module/
.
Old route paths for modules are called "/web/ts/" will still work but are discouraged to use.
Impact
Creating modules without a defined "path" option will now have two path routes available to be resolved, whereas the old path will be removed in TYPO3 v10.0.
Affected Installations
Any installation using TYPO3 Backend Links via TYPO3\
in custom extensions.
Migration
TYPO3 Backend Links via TYPO3\
should be used with the new module name as
described above.