Bug #55979

Uncaught Error: Script error for: TYPO3/CMS/Backend/FileListLocalisation

Added by Tymoteusz Motylewski over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2014-02-14
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:- Spent time: -
Target version:-
TYPO3 Version:6.2 Is Regression:No
PHP Version: Sprint Focus:
Complexity:

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.


Related issues

related to Core - Bug #55810: File list t3-table & localization buttons Resolved 2014-02-09

Associated revisions

Revision 71a7f96c
Added by Markus Klein over 1 year ago

[BUGFIX] Fix reference to FileListLocalisation.js

FileListLocalisation.js was moved from backend to filelist
with #55810, but it was forgotten to adapt the reference
in InlineElement.

Resolves: #55979
Releases: 6.2
Change-Id: I102ffe25c255f8ac39a49d4022ee3ab73ff1914c
Reviewed-on: https://review.typo3.org/27861
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
Reviewed-by: Frans Saris
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel

History

#1 Updated by Markus Klein over 1 year ago

Edit: Broken with #55810

#2 Updated by Gerrit Code Review over 1 year 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

#3 Updated by Markus Klein over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF