Actions
Bug #72961
closedStory #69617: FormEngine bugs
TCA: using renderMode = tree, the treeConfig => rootUid can't get substituted with Page TSconfig
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
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
Actions