Actions
Bug #49538
closedNo references displayed in filelist for "internal_type" -> "file_reference" TCA fields
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
Actions