Actions
Task #57170
closedShow by default only 1 file upload field in elementbrowser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-03-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Since the input type=file now supports multiple file selection and this is suppoterd by all modern browsers showing only 1 filepicker by default is enough.
This can already be overruled by tsconfig options.folderTree.uploadFieldsInLinkBrowser for users with old browsers
typo3/sysext/recordlist/Classes/Browser/ElementBrowser.php
2426: $count = (int)$count === 0 ? 1 : (int)$count;
Actions