Actions
Bug #88051
closedWrong CE order when copying pages with more than 10 CEs per column
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-04-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I copy a page, the content element order is broken if the column has more than exact 10 elements. I can reproduce this bevahiour in several TYPO3 9.5.5 installations with different TYPO3- und PHP-configurations.
Updated by Riccardo De Contardi over 5 years ago
I confirm this issue with the latest master; I tried the following test
1. Create a page
2. create 11 content elements (all "Header"), named:
Number 1 Number 2 Number 3 Number 4 Number 5 Number 6 Number 7 Number 8 Number 9 Number 10 Number 11
3. copy the page
Results¶
On the copied page, the order has become:
*Number 2* Number 1 Number 3 Number 4 Number 5 Number 6 Number 7 Number 8 Number 9 Number 10 Number 11
Note: if I add a Number 12 elements (at the bottom) the order becomes:¶
*Number 3* *Number 2* Number 1 Number 4 Number 5 Number 6 Number 7 Number 8 Number 9 Number 10 Number 11
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #87612: Content element sorting wrong when one element has sorting value of zero added
Updated by F Altrock over 5 years ago
- Has duplicate Bug #88696: DataHandler getSortNumber use of increaseSortingOfFollowing wrong added
Actions