Actions
Bug #70522
closedStory #69617: FormEngine bugs
processSelectFieldValue needs to happen before any processForeignTableClause is called
Start date:
2015-10-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently the order in the TCA array defines when processSelectFieldValue is called.
However, for relations that e.g. use MM tables and maybe others we have to ensure processSelectFieldValue has been called prior, otherwise the value only contains the count.
I think the best solution would be to create an own FormDataProvider that is called prior to TcaSelectItems
Actions