Bug #98072
Updated by Riccardo De Contardi over 2 years ago
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: <pre> mod.web_list.tableDisplayOrder.pages { after = tt_content } </pre> h2. Steps to reproduce 1. Go to home page > edit > TSconfig field 2. write <pre> mod.web_list.tableDisplayOrder.pages { after = tt_content } </pre> and save 3. Go to list module h2. Result An exception occurs: <pre> (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 </pre> Not tested with other TYPO3 Versions