Actions
Bug #27519
closedgetProcessedValue ignores sorting of select field values
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_BEfunc::getProcessedValue looses sorting of select field values by using "uid IN (' . implode(',', $selectUids) . ')"
The patch sorts the array using the keys from $selectUids afterwards.
How to reproduce: Select field like tt_news categories in list module. Sorting of categories in the records has no effect in the list moduel.
Files
Actions