Feature #77981
closedUnify chaining and nesting of dataProcessors
0%
Description
The behaviour of dataProcessors is a bit inconsistent. Some support further processing for each object/record they produce (nesting), others support using data from outside the 'data' array (chaining).
For "nesting" it should only be documented that each record/object that is generated is further processed by applying the sub-dataProcessing setting.
For "chaining" a new property of each setting that is meant to configure the input data is introduced:source : can have the values
- "data": read property with the given name from the data array
- "field": read property with the given name from outside the data array
- "value": literal value, no property name
Updated by Gerrit Code Review about 8 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/50086
Updated by Gerrit Code Review about 8 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/50086
Updated by Gerrit Code Review about 8 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/50086
Updated by Jigal van Hemert about 8 years ago
- Sprint Focus set to On Location Sprint
Updated by Susanne Moog over 7 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Susanne Moog about 7 years ago
- Category changed from Content Rendering to Frontend
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50086
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50086
Updated by Mathias Brodala over 6 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Christian Kuhn about 3 years ago
- Status changed from Under Review to Rejected