Project

General

Profile

Actions

Bug #72961

closed

Story #69617: FormEngine bugs

TCA: using renderMode = tree, the treeConfig => rootUid can't get substituted with Page TSconfig

Added by Steffen Wargalla about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Start date:
2016-01-27
Due date:
% Done:

100%

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

Description

Having:

'config' => array(
        'type' => 'select',
        'size' => 10,
        'foreign_table' => 'pages',
        'MM' => 'tx_tcshop_product_mm',
        'MM_insert_fields' => array('ident' => 'category'),
        'MM_match_fields' => array('ident' => 'category'),
        'maxitems' => 9999,
        'minitems' => 0,
        'renderMode' => 'tree',
        'treeConfig' => array(
            'expandAll' => 1,
            'parentField' => 'pid',
            'rootUid' => ??????,
            'maxLevels' => 5,
            'appearance' => array(
                'showHeader' => TRUE,
                'nonSelectableLevels' => 0',                
            ),
        ),
    ),

The rootUid = ????? can not be set via page TSConfig.

There was a similar issue in Typo3 6.2, see Bug #52672


Related issues 6 (1 open5 closed)

Related to TYPO3 Core - Bug #47040: Append treeConfig to allowOverrideMatrix whitelistClosedStefan Froemken2013-04-08

Actions
Related to TYPO3 Core - Bug #52672: TCA: using renderMode = tree, the treeConfig => rootUid cant get substituted with Page TSconfigClosed2013-10-10

Actions
Related to TYPO3 Core - Bug #75606: Override label of a flexform field with pageTSconfig not possible anymoreClosed2016-04-14

Actions
Related to TYPO3 Core - Feature #75037: renderType selectTree: allow marker like ###CURRENT_PID### for rootUidNew2016-03-13

Actions
Related to TYPO3 Core - Bug #71461: CategoryPermissionsAspect does not check changed rootUid of treeRejected2015-11-10

Actions
Related to TYPO3 Core - Bug #48968: ###PAGE_TSCONFIG_ID### not usable in rootUid TCA treeConfigClosed2013-06-08

Actions
Actions

Also available in: Atom PDF