Task #41291
closedImprove show_item for FAL images
100%
Description
The show_item.php shows some info about the selected file. the property size is rendered twice, once in the header section with a size (eg. 223kb) and below with the size as byte. remote the last one.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14964
Updated by Georg Ringer about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5cc09471ab54932aba1f1621d66ccf72aae3cb78.
Updated by Benni Mack about 12 years ago
- Status changed from Resolved to Needs Feedback
This is uncool, as this hard-coded inclusion will now hide "size" for all TCA tables with the column "size". Therefore we only need to remove the "size" field from the showItemList to not be shown in the popup.
A patch is underway.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15398
Updated by Benni Mack over 11 years ago
- Status changed from Under Review to Rejected
The fix was already implemented, so we can close this one.