Project

General

Profile

Actions

Bug #78047

closed

Remove field restriction in PageLinkHandler

Added by Georg Ringer over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2016-09-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If just some fields are fetched, it is not possible to use the TCA setting label_alt if its field is not part of the defined fields.

To test:

Add this to Configuration/TCA/Overrides/tt_content.php or change in typo3/sysext/frontend/Configuration/TCA/tt_content.php

$GLOBALS['TCA']['ctrl']['label_alt']  = 'rowDescription';
$GLOBALS['TCA']['ctrl']['label_alt_force'] = true;

fill the description field and check the element browser > the description won't be shown as label.

patch the core, reload element browser

Actions

Also available in: Atom PDF