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
Actions