Project

General

Profile

Actions

Bug #19042

closed

TCEmain doesn't respect given value for sorting

Added by Steffen Kamper over 16 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-07-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

if you create a new record with TCEmain and you give a value for sorting field, eg
$recData['sys_template']['NEW'] = array(
'pid' => $id,
'title' => "+ext",
'sorting' => time()
);
(as found in core)

the sorting field is not respected and overwritten by internal function.

attached patch fixes this.

(issue imported from #M8872)


Files

8872_sortrow.diff (1.31 KB) 8872_sortrow.diff Administrator Admin, 2008-07-01 14:24
8872_sortrow2.diff (3.44 KB) 8872_sortrow2.diff Administrator Admin, 2008-07-01 16:34
0008872_v3.patch (3.45 KB) 0008872_v3.patch Administrator Admin, 2008-07-01 20:41
Actions

Also available in: Atom PDF