Project

General

Profile

Actions

Bug #17733

closed

IRRE childs reorder after deleted one

Added by Maxime Lafontaine over 16 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-10-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In an IRRE, I have a list of childs in a specified order.
If I add a child and save, and after I delete this child and save, the order of the childs is reset in reverse of their uid. ex:

I start:

uid: 5
uid: 2
uid: 3

I add one:

uid: 5
uid: 2
uid: 3
uid: 6

save

I delete and save:

uid: 5
uid: 3
uid: 2

I have this bug with IRRE of IRRE. I does'nt have time to test it with only a simple IRRE.

IRRE Type: 1:n (ext-->tt_content)
(issue imported from #M6609)


Files

tca.php (11.9 KB) tca.php Administrator Admin, 2007-10-30 14:26
T3X_testcase_6609-0_0_0-z-200710301457.t3x (12.5 KB) T3X_testcase_6609-0_0_0-z-200710301457.t3x Administrator Admin, 2007-10-30 14:57
Actions

Also available in: Atom PDF