Feature #29296
closedAdd possibility to define foreign_match_fields for IRRE inline relations.
100%
Description
This patch request adds the possibility to define foreign_match_fields (similar to MM_match_fields) for IRRE inline relations. This is required for the upcoming file abstraction layer in TYPO3.
New documentation:
For TYPO3 Core API, Chapter: ['columns'][fieldname]['config'] / TYPE: "inline"
parameter name: foreign_match_fields
parameter type: array
parameter description: Array of field=>value pairs to both insert and match against when writing/reading IRRE relations. This feature is useful if you want to use the same child table in two inline fields within the same parent table. In that case you can then define an "identifier" field in the child record to distinguish the two relations.
Updated by Ingmar Schlecht about 13 years ago
Change has been committed to the project-fileabstraction branch of the Incubator:
http://git.typo3.org/TYPO3v4/Incubator.git?a=commit;h=6268f6484615e98bd59406d850457febdccef4f6
Updated by Ingmar Schlecht about 13 years ago
- Status changed from New to Accepted
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7669
Updated by Ingmar Schlecht almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 87871827b3dd7fbf5b0f77b70256949ac7c02d65.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed