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 #1

Updated by Georg Ringer over 7 years ago

  • Subject changed from Remove field restriction in Page to Remove field restriction in PageLinkHandler
Actions #2

Updated by Gerrit Code Review over 7 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50011

Actions #3

Updated by Georg Ringer over 7 years ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review over 7 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50025

Actions #5

Updated by Georg Ringer over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF