Project

General

Profile

Actions

Bug #24236

closed

tcatree: sorting is not working

Added by Georg Ringer over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

tcaTree-sorting.gif (14.6 KB) tcaTree-sorting.gif Administrator Admin, 2010-11-29 17:37
Actions #1

Updated by Steffen Ritter over 13 years ago

there is a bug in the SortedNodeCollection.

Actions #2

Updated by Steffen Ritter over 13 years ago

now the sorting you can give with foreign_table_where is respected

Actions #3

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF