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

Also available in: Atom PDF