Project

General

Profile

Actions

Bug #49538

closed

No references displayed in filelist for "internal_type" -> "file_reference" TCA fields

Added by Martin Borer almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-07-01
Due date:
% Done:

100%

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

Description

Filereferences are not added correctly for TCA-Fields group->file_refernces like:

        'single_fileref' => array(        
            'exclude' => 0,        
            'label' => 'LLL:EXT:mb_fileref/locallang_db.xml:tx_mbfileref_file.single_fileref',        
            'config' => array(
                'type' => 'group',
                'internal_type' => 'file_reference',
                'allowed' => '',    
                'disallowed' => 'php,php3',    
                'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],    
                'show_thumbs' => 1,    
                'size' => 1,    
                'minitems' => 0,
                'maxitems' => 1,
            )
        ),

The files selected in such fields, has no entries for this fields in Ref-Column (Filelist module).
Tested with Typo3 6.0, 6.1, 6.2 (master)

Attached a small testextension.


Files

mb_fileref_0.0.0.zip (13.6 KB) mb_fileref_0.0.0.zip Martin Borer, 2013-07-01 12:42

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #56352: Impexp: Files of TCA type "group" internal_type "file" are missing in exportClosedMarc Bastian Heinrichs2014-02-26

Actions
Related to TYPO3 Core - Task #56991: RefIndex is broken for FlexForm fields group file_reference, results in missing these files in exportClosedMarc Bastian Heinrichs2014-03-17

Actions
Actions

Also available in: Atom PDF