Actions
Bug #56804
closedInfo icon for content inline file element is missing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-03-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Without this info icon the editor has not way to find the origin of the file reference that is used/shown.
My proposal is to enable the info icon by default for the file the getFileFieldTCAConfig method. It is only shown on hover so I do not think it should be a problem GUI wise.
ExtensionManagementUtility::getFileFieldTCAConfig()
'enabledControls' => array( 'info' => TRUE, )
Updated by Gerrit Code Review over 10 years ago
- Status changed from New 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/28291
Updated by Frans Saris over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 59da5b904405371b6550f25e34a871af6781751e.
Actions