Actions
Bug #103492
openTCA columnsOverrides not considered when creating new page by drag and drop
Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2024-03-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When creating a page with the list view, the creation goes through the FormEngine and the DataProvider for columnsOverrides does the job.
When using the drag and drop feature in the PageTree this is bypassed and creates an inconsistent state.
I consider this a bug as one would expect default values to be the same regardless if created via drag and drop or list view.
Example:
$GLOBALS['TCA']['pages']['types']['1']['columnsOverrides']['backend_layout']['config']['default'] = 'pagets__1_column_intro';
I want all pages of doktype "1" to have a specific backend layout.
Updated by Benjamin Franzke about 2 months ago
- Related to Bug #104646: Default value for type passthrough does not work when in columnsOverrides added
Actions