Bug #98072
closedBackend breaks whit TSConfig tabledisplayorder involving pages and tt_content tables
100%
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
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
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
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
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
Updated by Benni Mack over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ecf8f6de2f8fc0e48004921cce1491d762ab3c09.