Actions
Bug #70245
closedStory #69617: FormEngine bugs
Inline: PageTS incorrectly used for foreign_selector (page uid ignored and previously local table name was used)
Start date:
2015-10-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When retrieving records for foreign_selector the PageTS-Setting is not handled correctly.
1.) Prior to 7.5 the local table and field name was used when retrieving the PageTS config for the foreign_selector, if one takes a look at TcaSelectItems there is always used $localFieldName etc.
2.) FormEngineUtility::getInlinePossibleRecordsSelectorConfig only uses an empty array as record to retrieve the Page-TS-Config which therefore does not take into account if Page-TS-Config is only active in part of a tree.
This results in prior working foreign_where clauses to not be correct anymore.
Actions