Feature #93770
closedSupport ###SITEROOT### as pid in addRecord Wizard
100%
Description
The TCA Wizard addRecord supports predefining a pid for the record to be crated.
'fieldControl' => [
'addRecord' => [
'disabled' => false,
'options' => [
'title' => 'Create new Record',
'table' => 'my_table',
'pid' => '123',
],
],
],
The documentation states that there are placeholder supported: [[https://docs.typo3.org/m/typo3/reference-tca/master/en-us/ColumnsConfig/CommonProperties/FieldControl/AddRecord.html?highlight=addrecord#confval-options[pid]]]:
- ###CURRENT_PID###
- ###THIS_UID###
- ###SITEROOT###
While the first two are supported, ###SITEROOT### is not.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68501
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68501
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68501
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68535
Updated by Daniel Goerz over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e0d1cfd50a78eb831f4123c8f4beb7fa91d0da9f.