Bug #55979
closedUncaught Error: Script error for: TYPO3/CMS/Backend/FileListLocalisation
100%
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.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27861
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 71a7f96c3e6337cbe1647c784cfed4964d47de31.