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
Actions