Actions
Task #105333
openPrevent "id" parameter in backend URLs if not passed
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2024-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
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
Actions