Project

General

Profile

Actions

Bug #98072

closed

Backend breaks whit TSConfig tabledisplayorder involving pages and tt_content tables

Added by Riccardo De Contardi over 2 years ago. Updated 5 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-08-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint

Description

Environment: TYPO3 12.0.0-dev (latest master); PHP 8.1.0

According to the documentation: https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/PageTsconfig/Mod.html#tabledisplayorder it should be possible to write in the TSconfig field of my home page:

mod.web_list.tableDisplayOrder.pages {   
   after = tt_content
}

Steps to reproduce

1. Go to home page > edit > TSconfig field
2. write

mod.web_list.tableDisplayOrder.pages {   
   after = tt_content
}

and save

3. Go to list module

Result

An exception occurs:

(1/1) #1381960494 UnexpectedValueException
Your dependencies have cycles. That will not work out. Cycles found: backend_layout->pages, fe_users->fe_groups, pages->fe_users, pages->tt_content, sys_template->pages, tt_content->backend_layout, tt_content->pages, tt_content->sys_template

Not tested with other TYPO3 Versions

Actions #1

Updated by Riccardo De Contardi over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Benni Mack over 1 year ago

  • Sprint Focus set to Stabilization Sprint
Actions #3

Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79723

Actions #4

Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79723

Actions #5

Updated by Gerrit Code Review over 1 year ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79723

Actions #6

Updated by Gerrit Code Review over 1 year ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79750

Actions #7

Updated by Benni Mack over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack 5 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF