Actions
Task #105339
openRemove validation for "id" parameter in backend
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Since backend module parameters are not namespaced any more in v12/v13, the "id" parameter can not be treated as page ID any more because extbase extensions use "id" to identify own records.
The problem occurs in v12 because there, namespaced and non-namespaced configurations are supported. In Extbase extensions using non-namespaced parameters, the "id" parameter is still validated as backend page ID even if it's an Extbase module identifier.
This issue was automatically created from https://github.com/TYPO3/typo3/pull/534
Actions