Task #68459
closedExtract dataProcessors logic into a trait
100%
Description
The Logic of the \TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::processData
function should be extracted into a trait so it can be reused on other places.
The data processing logic will be used in the Data Processor for Database Queries e.g.
To prevent duplicate code the functionality should be at a central place that can be reused and is not nailed to a specfic abstract.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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 http://review.typo3.org/41803
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41803
Updated by Sascha Egerer over 9 years ago
- Description updated (diff)
- Status changed from Under Review to Accepted
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41803
Updated by Sascha Egerer over 9 years ago
- Description updated (diff)
- Status changed from Under Review to Accepted
Updated by Sascha Egerer over 9 years ago
- Status changed from Accepted to Under Review
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41803
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41803
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41803
Updated by Sascha Egerer over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fb8c97a6bde0306302443c70141c1af07129b4bd.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Updated by Christian Kuhn about 3 years ago
- Related to Bug #69386: Remove data processing trait in favor of object added