Feature #103415
closedUse meta title instead of filename in all filelists
0%
Description
As an editor, I would like to give files a title and use this in file lists (in the file list module or in the link browser popup) instead of the file name.
Background: Editors often upload files with sometimes cryptic file names. They are required to maintain metadata, which they do. However, when they search for files, only the file name appears in all lists. There is apparently no option to always use the meta title in these places and only use the file name as a fallback.
Note: The handling of file names has readability problems for editors. If I rename a file as an editor, individual characters are replaced, e.g. spaces become underscores. As an editor I also have to remember to keep the file extension, there is no check for this. If I as an editor maintain the title field, then the additional maintenance of the file name seems to be useless extra work. Especially as this is not possible in the same place, but requires a completely different click path.
Files
Updated by Dan Kleine (Untenzu) over 1 year ago
Updated by Garvin Hicking 11 months ago
- Category set to Backend User Interface
- Tags set to ui ux
Updated by Georg Ringer 3 months ago
- Related to Feature #103234: File Ordering in File-(Reference)-Chooser by crdate added
Updated by Georg Ringer 3 months ago
- Status changed from New to Closed
closing in favor of #103234.
just showing the title instead is also not really a good option because it is not a required field and is also not unique, not even within a folder. but see related issue for potential solution