Project

General

Profile

Actions

Bug #45634

closed

Element browser shows no files if value for allowed in TCA is *

Added by Axel Brand about 11 years ago. Updated almost 9 years ago.

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

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In my TCA of an extension:

'file' => array(
            'exclude' => 0,
            'label' => 'LLL:EXT:gehc_products/Resources/Private/Language/locallang_db.xlf:tx_gehcproducts_domain_model_download.file',
            'config' => array(
                'type' => 'group',
                'internal_type' => 'file',
                'uploadfolder' => 'uploads/tx_gehcproducts',
                'allowed' => '*',
                'disallowed' => 'php',
                'size' => 5,
            ),
        ),

If allowed is set to '*', there are no files shown in the element browser.
I set it to 'pdf', then all pdf-files are shown.

But I need the wildcard.

Actions

Also available in: Atom PDF