Actions
Bug #65251
closedimport selection broken in current master
Start date:
2015-02-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
if you open the the ElementBrowser to insert files and check more than one file the 'import selection' function fails with an error in BrowsLinks.js line 47
"list.each is not a function"
simply convert code to jquery
$(list).each(function( index,value ) { ....
is not enough. it leads to jsfunc.inline.js --> uidArray.each is not a function
Updated by Wouter Wolters over 9 years ago
https://review.typo3.org/#/c/36960/ looks the correct patch too me.
Updated by Wouter Wolters over 9 years ago
- Status changed from New to Needs Feedback
Should be solved now in master.
Updated by Alexander Kontos over 9 years ago
is solved now by https://review.typo3.org/#/c/36960/
Thank you!
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
Actions