Actions
Task #99304
closedRemove useless information in save file message
Start date:
2022-12-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When saving a file in the filelist module, a flashmessage is shown containing the following information:
File saved to "/foo/bar.html", bytes: 515, MD5: 5b07fe5948e315d8a1c237e8aa51878a.
From a user perspective, the information bytes
and md5
are useless and should be removed.
Actions