Actions
Task #69716
closedStory #69712: Further FormEngine development
Flex: Prepare "meta" in provider
Start date:
2015-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
TcaFlex does some preparation of language handling. It should add its findings to "meta" of the data structure.
- Have $langChildren as bool in 'meta'
- Have $langDisabled as bool in 'meta'
- Have $languagesOnSheetLevel as array in 'meta'
- Have $languasesOnElementLevel as array in 'meta'
This will resolve 2 todos from FlexFormLanguageContainer, and another todo in one of the other flex containers, iirc.
For langChildren / langDisabled handling, see docu in https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Flex/Index.html#handling-languages-in-flexforms
Actions