Bug #70520
closedTitle of uploaded file shows UID by default
0%
Description
In a fresh, clean TYPO3 CMS 7.5.0 instance, when a file has been uploaded to Filelist (e.g. into folder "user_upload"), the default title shows a numeric value.
How to reproduce
- login as an admin user
- go to: Filelist and open folder "user_uploads"
- drag'n drop (upload) a file into this folder
- click reload view and edit the file you just uploaded
- field "Title" shows a numeric value ("2")
The number seems to be the UID of one of DB tables "sys_file*", because if a second file is uploaded, its title is "3" by default.
In the past, the file name was shown in this field, which I believe is more user-friendly (at least better than a number) :-)
See attached screenshot.
Files
Updated by Georg Ringer about 9 years ago
- Status changed from New to Needs Feedback
thanks for your report. can you please recheck it on latest master. I can't reproduce that. the title is empty for me + a placeholder with the filename
Updated by Michael Schams about 9 years ago
Checked in 7.6.0 and current master and I can not reproduce it either.
Re-tested in 7.5.0: successfully reproduced the issue executing the same steps.
So, it's pretty clear, it seems to be fine in newer versions.
I am happy if we close this issue. Thanks!
Updated by Riccardo De Contardi almost 9 years ago
- Status changed from Needs Feedback to Closed
Close as fixed on the 7.6 version; thank you for the testing!