Project

General

Profile

Actions

Feature #77981

closed

Unify chaining and nesting of dataProcessors

Added by Jigal van Hemert over 7 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2016-09-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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
Actions #1

Updated by Gerrit Code Review over 7 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

Actions #2

Updated by Gerrit Code Review over 7 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

Actions #3

Updated by Gerrit Code Review over 7 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

Actions #4

Updated by Jigal van Hemert over 7 years ago

  • Sprint Focus set to On Location Sprint
Actions #5

Updated by Susanne Moog almost 7 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #6

Updated by Susanne Moog over 6 years ago

  • Category changed from Content Rendering to Frontend
Actions #7

Updated by Gerrit Code Review over 6 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

Actions #8

Updated by Gerrit Code Review over 6 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

Actions #9

Updated by Benni Mack over 6 years ago

  • Sprint Focus set to On Location Sprint
Actions #10

Updated by Mathias Brodala about 6 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #11

Updated by Christian Kuhn over 2 years ago

  • Status changed from Under Review to Rejected
Actions

Also available in: Atom PDF