Actions
Bug #19411
closedSelected items are not visible after saving the form in BE
Start date:
2008-10-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If form has a multichoice select field with itemsProcFunc but without items, selected values will not appear in the form after saving. The problem is in t3lib_transferData, which does not call itemsProcFunc if items are not set in $TCA. t3lib_TCEforms behaves correctly and always calls itemsProcFunc.
The attached patch fixes the issue and calls itemsProcFunc even if items are not set in $TCA. This makes t3lib_transferData compatible with t3lib_TCEforms.
Test extension is attached. It adds a new table named "Demo for bug #19409". Without the patch, selected values will not be visible after saving the record.
(issue imported from #M9479)
Files
No data to display
Actions