Project

General

Profile

Actions

Bug #103464

open

Using TCEFORM on columnsOverrides is not alway reliable

Added by Enrico Kaspar about 1 month ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-03-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

When setting in $GLOBALS['TCA']['tt_content']['types']['text']:

'columnsOverrides' => [
            'subheader' => [
                'config' => [
                    'size' => 1,
                    'max' => 1
                ]
            ]
        ]

And using TCEFORM to override the override

TCEFORM.tt_content {
  subheader.types.text.config.max = 98
  subheader.types.text.config.size = 20
}

It does allow writing more than on char but it does crop after saving, which should not be.

No data to display

Actions

Also available in: Atom PDF