Bug #78047
closedRemove field restriction in PageLinkHandler
100%
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
Updated by Georg Ringer about 8 years ago
- Subject changed from Remove field restriction in Page to Remove field restriction in PageLinkHandler
Updated by Gerrit Code Review about 8 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
Updated by Gerrit Code Review about 8 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
Updated by Georg Ringer about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 145d2d1155a01a32de878e14e30368f00475165d.