Actions
Bug #55979
closedUncaught Error: Script error for: TYPO3/CMS/Backend/FileListLocalisation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
when you open link browser from RTE there is an error in the browser console:
"Uncaught Error: Script error for: TYPO3/CMS/Backend/FileListLocalisation"
its thrown because file
typo3/sysext/backend/Resources/Public/JavaScript/FileListLocalisation.js
does not exist.
(it's referenced from loadDragUploadJs method of
typo3/sysext/backend/Classes/Form/Element/InlineElement.php )
The only file with this name exists in
typo3/sysext/filelist/Resources/Public/JavaScript/FileListLocalisation.js
I'm not sure if the file is missing, or the reference (path) is wrong in InlineElement.
Actions