Actions
Bug #15481
closedBE Create Multiple Pages wizard reverses page ID's
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-08-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using the multiple Pages wizard to create many new pages - TYPO3 reverses the order of the page id's it creates.
Example:
www(1)
page1(5)
page2(4)
page3(3)
page4(2)
etc.... You can see this is not logical. The function should really create the incremental page ids from the lowest number upwards rather than backwards.
eg:
www(1)
page1(2)
page2(3)
page3(4)
page4(5)
This seems more logical.
Matthew
(issue imported from #M4069)
Actions