Actions
Feature #45798
closedcssstyledcontent/filelist: make using file_reference possible
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
-
Start date:
2013-02-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
default-TCA has the field 'media' with an 'internal_type' set to 'file'. This way files are being copied to uploads/media/ and the media-field just contains filenames without a path.
By a custom TCA-setting it's easily possible to change that to be a file_reference (and not having those files copied over). But then filelist won't find/show those files.
One part of a patch is to modify filelist so it finds the files correctly.
The other part is changing it so it still just shows the filename without path as link-text.
Actions