Project

General

Profile

Actions

Bug #94424

closed

TCA description not overridden with TCFORM config

Added by Florian Rival almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2021-06-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Try to override a field description through TCEFORM, but the description is not set nor overridden.

TsConfig sample :

TCEFORM.tt_content.header {
   label = Overridden label
   description = Overridden description   
}

The label is overridden but the description isn't.

Typo3 version : 10.4.17


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #93794: TCA field description is not configurable via TSconfigClosed2021-03-22

Actions
Actions #1

Updated by Oliver Bartsch almost 3 years ago

  • Status changed from New to Closed

Hi, thanks for your report. This is actually a missing feature, which was added in #93794.

Unfortunately, features won't be backported, so this will not be available in v10. However, as you can see in the referenced patch, it's just a new FormDataProvider, which is public FormEngine API and could therefore easily be implemented in your own site extension for your v10 project(s).

I'll therefore close this issue. If you think that this is the wrong decision or encounter a similar problem, please reopen it or open a new issue with a reference to this one.

Actions #2

Updated by Oliver Bartsch almost 3 years ago

  • Related to Feature #93794: TCA field description is not configurable via TSconfig added
Actions #3

Updated by Oliver Bartsch almost 3 years ago

  • Related to deleted (Feature #93794: TCA field description is not configurable via TSconfig)
Actions #4

Updated by Oliver Bartsch almost 3 years ago

  • Is duplicate of Feature #93794: TCA field description is not configurable via TSconfig added
Actions

Also available in: Atom PDF