Actions
Bug #70504
closedStory #69617: FormEngine bugs
Allow for selective processing of columns/fields
Start date:
2015-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Explicitly mark the columns to be processed by the data providers by providing a key in the data array that lists the required columns.
This key should be a simple array of column names that can be handled easily.
Add additional providers to
- Mark fields required for the title
- Mark fields required by showitemns and palettes
- Mark common fields like uid, l18n_parent, trans-orig-pointerfield and the like
Change the remove unused columns provider to remove anything that has not been marked by a prior provider
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
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/43923
Updated by Gerrit Code Review about 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/43923
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4a2f2d366ef0cd9825992d7549f05203f85c4f08.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions