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 #1

Updated by Martin R. Krause over 10 years ago

The issue appears to be resolved in TYPO3 6.2.3. Can anybody verify this?

Actions #2

Updated by Wouter Wolters over 9 years ago

  • Status changed from New to Needs Feedback

I could not reproduce this on current master. May I close this issue?

Actions #3

Updated by Martin R. Krause over 9 years ago

This has been resolved with 6.2.3 or 6.2.4

Actions #4

Updated by Alexander Opitz over 9 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (next-patchlevel)

Thanks for your feedback.

Actions

Also available in: Atom PDF