Actions
Bug #24236
closedtcatree: sorting is not working
Start date:
2010-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if a tcatree is built based on table "pages" the sorting is not respected.
how to test:
Create a page tree and move some records around, use this config
-------------------
'config' => array (
'type' => 'select',
'renderMode' => 'tree',
'subType' => 'db',
'foreign_table' => 'pages',
'size' => '5',
'treeConfig' => array(
'parentField' => 'pid'
)
)
---------
(issue imported from #M16605)
Files
Updated by Steffen Ritter almost 14 years ago
there is a bug in the SortedNodeCollection.
Updated by Steffen Ritter almost 14 years ago
now the sorting you can give with foreign_table_where is respected
Actions