Task #105333
openPrevent "id" parameter in backend URLs if not passed
0%
Description
In TYPO3 v13, namespaced URL GET parameters are not supported any more and the URLs look like "/typo3/module/web/aimeos/Jsonadm/index?token=...".
If the Extbase plugin uses an "id" parameter to identify a record, this "id" parameter will be added by buildBackendUri() to all links generated for that request, even if the generated links must not include an "id" parameter, e.g. when searching in repositories and the "id" parameter is used to switch between retrieving a single item and retrieving a list of items.
This behavior seems to be a left-over from previous TYPO3 versions.
This issue was automatically created from https://github.com/TYPO3/typo3/pull/532
Updated by Gerrit Code Review about 1 month ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86637