Project

General

Profile

Actions

Bug #91652

closed

In the workspaces, if a page is new and still is in draft mode, when I move it, the pid is correctly changed but the sorting is not

Added by Rachel Foucard almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2020-06-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Let's say that I have that page tree :
- page 1
-- page 11
-- page 12
-- page 13
- page 2
-- page 21
-- page 22
-- page 23

I f I create a new page "page A" between the page 12 and the page 13 everything is ok and I get that :
- page 1
-- page 11
-- page 12
-- page A
-- page 13
- page 2
-- page 21
-- page 22
-- page 23

If I try to move this new page between page 11 and page 12 it doesn't work and I get that :
- page 1
-- page 11
-- page 12
-- page A
-- page 13
- page 2
-- page 21
-- page 22
-- page 23

If I try to move the page between page 21 and page 22 it doesn't work and I get that :
- page 1
-- page 11
-- page 12
-- page 13
- page 2
-- page 21
-- page 22
-- page 23
-- page A

If I try to move the page inside the page 11 It works and I get that :
- page 1
-- page 11
--- page A
-- page 12
-- page 13
- page 2
-- page 21
-- page 22
-- page 23

So I would say that, if the page is totally new and still is in draft mode, the pid is correctly changed but the sorting is not.

Is someone could confirm that bug?

Thank you in advance,

Rachel


Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #92182: New workspace records are not kept in sync when moving the new recordsClosedBenni Mack2020-09-02

Actions
Actions

Also available in: Atom PDF