Bug #70435
closedStory #69617: FormEngine bugs
IRRE foreign_selector with useCombination on save does not update label in select list of foreign_selector
100%
Description
1.) Using foreign_selector with useCombination
2.) title of the foreign_selector contains a field form the combined table.
3.) Modifying field that contains table via IRRE in useCombination mode
4.) Save (not Save+Close)
This will result in the title in the foreign_selector being the old title. Saving again or Save+Close and reopening works fine.
Updated by Christian Kuhn about 9 years ago
target for a fix after https://review.typo3.org/#/c/43755/ was finished and merged, not before.
Updated by Andreas Allacher about 9 years ago
Yes, I still have this issue.
Only on the second save or reloading after save or save & exit and reopening works.
Forgot to put ticket on watch.
Is there a way in forge to automatically put created tickets on watch? I couldn't find anything in the settings.
Updated by Christian Kuhn about 9 years ago
confirmed. reproducible with ext:styleguide inline_3 if 'foreign_unique' => 'select_child' is commented. I'd guess this is due to the caching in BackendUtility::getRecordTitle, but didn't dig deeper, yet.
Updated by Christian Kuhn about 9 years ago
confirmed, this is the getRecordTitle() cache ... i'll revert this cache for now ...
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 https://review.typo3.org/44241
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 https://review.typo3.org/44241
Updated by Christian Kuhn about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f82848257822dbf21e823b2071f4fe12065c7fe5.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed