Actions
Bug #57302
closedUnify show item for FAL records
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-03-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently there are 2 different views used in the core when showing information of FAL records.
1st: Content element => IRRE => info bubble:
typo3/show_item.php?table=sys_file_reference&uid=17
- shows more meta data
- shows "References from this item:"
2nd: Page module => click on the image
typo3/show_item.php?table=_FILE&uid=8
- preview image
- download button
- title is the file name and not the UID
tasks:
- unify those to 1 and remove the other
Updated by Gerrit Code Review over 10 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/29651
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29651
Updated by Frans Saris over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 67dbe5b927be564420f9faea8ce932221adcb6fe.
Actions