Actions
Bug #86567
closedEXT:backend requires EXT:recordlist in order to edit records.
Start date:
2018-10-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Using a lightweight installation like the following breaks while trying to edit a page record. An exception is thrown: "Unable to generate a URL for the named route "wizard_element_browser" because this route was not found.". The named route is registered in EXT:recordlist
{
"require": {
"typo3/cms-backend": "9.5.*@dev",
"typo3/cms-install": "9.5.*@dev",
"typo3/cms-frontend": "9.5.*@dev"
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"app-dir": ".Build",
"web-dir": ".Build/web"
}
}
}
Actions