Actions
Bug #102750
closedaddRecord pid ###SITE:<KEY>.<SUBKEY>### does not work
Start date:
2024-01-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The documentation https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ColumnsConfig/CommonProperties/FieldControl/AddRecord.html#confval-options-pid says one should check out https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ColumnsConfig/Type/Select/Properties/ForeignTableWhere.html#field-quoting which offers
###SITE:<KEY>.<SUBKEY>###which is not resolved right now. It is passed to Classes/Controller/Wizard/AddController.php which doesn't resolve the marker.
Actions