Project

General

Profile

Actions

Bug #68909

closed

FAL "Select & uplodad files" button not working for inline records

Added by Philipp Roski over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-08-10
Due date:
% Done:

0%

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

Description

It seems that the "Select & upload files" function is not working for inline records => the TYPO3 element browser is not shown after clicking the link/button. If I create the record directly (not as an inline record) the file upload works perfectly. Here's the field configuration I'm using:

'image' => array(
    'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig('image', array(
        'maxitems' => 1,
        'foreign_types' => array(
            \TYPO3\CMS\Core\Resource\File::FILETYPE_IMAGE => array(
                'showitem' => '
                    --palette--;;filePalette
                ',
            ),
        ),
    ), $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']),
),

Best regards
emphis

Actions

Also available in: Atom PDF