Bug #70245
closedStory #69617: FormEngine bugs
Inline: PageTS incorrectly used for foreign_selector (page uid ignored and previously local table name was used)
100%
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.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44126
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44126
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44126
Updated by Gerrit Code Review about 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/44126
Updated by Gerrit Code Review about 9 years ago
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/44126
Updated by Christian Kuhn about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 72303b5e9510047fd2c5bd83f678497c93127f2d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed