Actions
Feature #105324
openNew record: PageTS mod.web_list.allowedNewTables does not work for tt_content
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-10-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
I want to manage a set of generic tt_content records on a folder page via the list view, and wanted to enable creating page content records with
mod.web_list.allowedNewTables = tt_content
on the PageTSconfig of the folder page.
Unfortunately the cms-backend NewRecordController
does not allow that:
case 'tt_content': // Skip, as inserting content elements is part of the page module break;
It would be nice if I could decide myself if my editors should be able add tt_content records via the "New record" button in the list view.
This is with TYPO3 v12.4.19.
No data to display
Actions