Project

General

Profile

Actions

Bug #91223

closed

Content element sorting is broken in the page module

Added by Michell Kalb almost 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2020-04-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:

Description

Page module in the backend doesent respect the order/sorting of the content elements if a backend layout with multiple rows is used.
Changing the order via drag and drop is working as long as i dont reload. Once i reload i see the old ordering by uid in the backend but its working in frontend. This doesent happens without a custom backend layout.

Steps to reproduce:
  1. Install a fresh version of TYPO3 10.4.0
  2. Create some content elements in the backend (ordering is working now)
  3. Create a backend layout with 2 rows (see below)
  4. Try to rearrange the content elements
  5. Reload the frame/click on page and you see the old ordering by creation date/uid

Here is the backend layout i used:

mod.web_layout.BackendLayouts {
  exampleKey {
    title = Example
    icon = EXT:example_extension/Resources/Public/Images/BackendLayouts/default.gif
    config {
      backend_layout {
        colCount = 1
        rowCount = 2
        rows {
          1 {
            columns {
              1 {
                name = 0x0
                colPos = 1
              }
            }
          }
          2 {
            columns {
              1 {
                name = 0x1
                colPos = 0
              }
            }
          }
        }
      }
    }
  }
}


Files

bug.png (121 KB) bug.png Martin Weymayer, 2020-05-11 09:33
Screenshot_20200807_163448.png (11.7 KB) Screenshot_20200807_163448.png Jonas Eberle, 2020-08-07 16:35

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #90235: Page module allows to break content of subpagesClosedBenni Mack2020-01-28

Actions
Actions

Also available in: Atom PDF