Project

General

Profile

Actions

Task #105333

open

Prevent "id" parameter in backend URLs if not passed

Added by TYPO3 GmbH TYPO3com about 17 hours ago. Updated about 17 hours ago.

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 #1

Updated by Gerrit Code Review about 17 hours 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

Actions #2

Updated by Garvin Hicking about 17 hours ago

  • Category set to Extbase
Actions

Also available in: Atom PDF