Actions
Feature #29296
closedAdd possibility to define foreign_match_fields for IRRE inline relations.
Start date:
2011-08-27
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions