Project

General

Profile

Actions

Task #57170

closed

Show by default only 1 file upload field in elementbrowser

Added by Frans Saris over 10 years ago. Updated about 6 years ago.

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 #1

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

Actions #2

Updated by Frans Saris over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF