Bug #86567
closedEXT:backend requires EXT:recordlist in order to edit records.
100%
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"
}
}
}
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575
Updated by Anja Leichsenring about 6 years ago
- Status changed from Under Review to Needs Feedback
where is the entry point into page edit then? I guess page tree context menu, and page module in the header part of the template module?
If only the route is placed into ext:recordlist, but not the handling itself (meaning, you can in fact edit records only by having ext:backend present), then the route should be adjusted (maybe even duplicated, would not hurt) so ext:backend stays independent from ext:recordlist.
Updated by Gerrit Code Review about 6 years ago
- Status changed from Needs Feedback to Under Review
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575
Updated by Gerrit Code Review about 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575
Updated by Gerrit Code Review about 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58575
Updated by Anonymous about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 240f0abf5559e9bf713df8a7a131723b34e6bc76.