Actions
Bug #17733
closedIRRE childs reorder after deleted one
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
Actions