Project

General

Profile

Actions

Bug #59027

closed

renderMode='tree' in IRRE record

Added by Martin R. Krause over 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2014-05-22
Due date:
% Done:

0%

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

Description

Using TCA setting

type = select
renderMode = tree

inside an IRRE record in BE is not working properly.

In the first IRRE record you open the tree field is not shown at all (only the headline)
In the secound two trees are shown.
In the third tree trees are shown, etc.

Example field conf.:

'uar_cats' => array(
            'exclude' => 1,
            'label' => 'Categories',
            'config' => array(
                'type' => 'select',
                'autoSizeMax' => 20,
                'foreign_table' => 'sys_category',
                'foreign_table_where' => ' AND sys_category.sys_language_uid IN (-1, 0) ORDER BY sys_category.sorting ASC',
                'multiple' => 1,
                'maxitems' => 9999,
                // todo: 
                /*'renderMode' => 'tree',*/
                'size' => 10,
                'treeConfig' => array(
                    'appearance' => array(
                        'expandAll' => 1,
                        'showHeader' => 1
                    ),
                    'parentField' => 'parent'
                )
             )
        ),
Actions

Also available in: Atom PDF