Project

General

Profile

Actions

Bug #15481

closed

BE Create Multiple Pages wizard reverses page ID's

Added by Matthew over 18 years ago. Updated over 18 years ago.

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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14473: UID values and the "Create multiple pages" WizardClosedWolfgang Klinger2004-12-28

Actions
Actions #1

Updated by Sebastian Kurfuerst over 18 years ago

This is a duplicate of bug 647, there is explained in detail, why changing this order is more complicated than it seems. If you want to provide a patch, please re-open the bug report.

Greets, Sebastian

Actions

Also available in: Atom PDF