Actions
Bug #90441
closedFile metadata not shown in ElementInformationController for a sys_file
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2020-02-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since #88901, all fields are rendered in ElementInformationController. (the info button you can click in the list view for a record).
As is, this is however not really helpful in the filelist when trying to access the info for a file. Not Meta-Data (title, alternative, description, ...,) is shown for a sys_file, as the metadata is saved in a separate table and a special case would need to be added to show this information for a file.
Actions