Actions
Bug #32953
closedTask #32185: Migrate TYPO3 Backend to ExtJS4
Task #32201: Umbrella for smaller outstanding tasks
Migrate file upload to ExtJS 4
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-01-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I try, in a clean 4.7-dev environment, to upload a file with the SWFupload component it fails with a JavaScript error:
String.format is not a function
title: String.format(TYPO3.LLL.fileUpload.windowTitle),
This code can be found in typo3/js/flashupload.js on line 115
Steps to reproduce:
1. Go to filelist module
2. Right click on the folder user_upload
3. Try to open the upload window
4. Check for javascript errors
This only happens in 4.7.
Actions