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;
Updated by Gerrit Code Review over 10 years 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/28699
Updated by Frans Saris over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b0f12bd9a34372a0f521d301f0a1c4fde26c38c8.
Actions