Bug #27519
closedgetProcessedValue ignores sorting of select field values
100%
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
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change If0347f6c92e71a3855a00fd24bbbada7c15af386 has been pushed to the review server.
It is available at http://review.typo3.org/2882
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/2882
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/2882
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/2882
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/2882
Updated by Gerrit Code Review about 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/2882
Updated by Joh. Feustel about 12 years ago
- File 27519_reproduce_1.jpg 27519_reproduce_1.jpg added
Happens only for select field with "MM" table not used in current core extensions. Example is categories in EXT:tt_news or EXT:news. See attached screenshots.
Updated by Joh. Feustel about 12 years ago
- File 27519_reproduce_2.jpg 27519_reproduce_2.jpg added
Updated by Gerrit Code Review about 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/2882
Updated by Gerrit Code Review over 11 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/2882
Updated by Gerrit Code Review over 11 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/2882
Updated by Gerrit Code Review over 11 years ago
Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/2882
Updated by Gerrit Code Review about 11 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/2882
Updated by Joh. Feustel about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b2f438a8c2a2af9fc33a891e8b151f145cc05bf6.