Project

General

Profile

Actions

Bug #103492

open

TCA columnsOverrides not considered when creating new page by drag and drop

Added by Nikita Hovratov about 1 month ago.

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.

No data to display

Actions

Also available in: Atom PDF