Actions
Bug #87795
closedMissing UI feedback on file replacement
Start date:
2019-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When replacing a file, there is no interface feedback after selecting the file.
Populating the selected filename into the the styled "fake" field does not work due to missing jQuery.
I think the JS code must be implemented in an own AMD module.
Error message:
Uncaught ReferenceError: $ is not defined
at index.php?route=%2Ffile%2Freplace&token=....
Reproduce:¶
Navigate to filelist module.
Click on "Replace" button of a file record.
See browser console => error message
Select file => no response
I have workarounded this in my project via attached patch file.
Files
Actions