Project

General

Profile

Actions

Bug #47322

closed

Import Selection with TYPO3 Element Browser

Added by Gregor Hyneck about 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2013-04-17
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

When I use the "Import Selection" Feature of the TYPO3 Element Browser, I can't add more than one image at a time to a dataset. This occurs in all extensions I tested: tt_news, cal and own extensions. The TCA config of the "Browse For Files" Button is set to

'type' => 'group',
'internal_type' => 'file',
'uploadfolder' => 'uploads/tx_t1test',
'show_thumbs' => 1,
'size' => 15,
'maxitems' => '200',
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
'disallowed' => '',
I tested with a clean TYPO3 6.04, 6.0.5-dev and 6.1-dev (Blank Package).

Files

browse_links.js (3.22 KB) browse_links.js Patched Nico Schieder, 2014-01-14 15:23
Actions

Also available in: Atom PDF