Feature #46124
closedIRRE: Provide default values for created records
100%
Description
Let's say you have an IRRE fields that hold's tt_content records and in this context mostly you want to use the "Image" CE.
AFAIK there is no possibility to provide default values for IRRE fields. So I'd like to introduce 'foreign_table_defaultValues' as new option for 'inline' elements:
config => array( 'type' => 'inline', 'foreign_table' => 'tt_content', 'foreign_table_defaultValues' => array( 'CType' => 'image' ), )
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Gerrit Code Review over 11 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Gerrit Code Review over 11 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Gerrit Code Review over 11 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18815
Updated by Sebastian Michaelsen over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7340fb2bfdcd55c5bcdef6aa099950521c04c3d0.
Updated by Viktor Livakivskyi about 11 years ago
- Target version changed from 6.1.0 to 6.2.0
This was added to 6.2 (alpha2).
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed