Project

General

Profile

Actions

Bug #24192

closed

tcatree delivers different tree with mm than without

Added by Georg Ringer over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

there are completly different results when using a configuration which should be only considered for saving relations.

I list some examples which only work after a workaround of #24191

1) using mm
-----------------------
'config' => array (
'type' => 'select',
'internal_type' => 'db',

'size' => 20,
'minitems' => 0,
'maxitems' => 999,
'foreign_table' => 'pages',
'foreign_table_where' => 'ORDER BY pages.uid',
'MM' => 'tx_ktmbanner_usecase_pages_mm',
'renderMode' => 'tree',
'treeConfig' => array(
// 'rootUid' => 214,
'parentField' => 'pid',
'appearance' => array(
'expandAll' => TRUE,
'showHeader' => TRUE,
'maxLevels' => 2,
)
),
),
-----------------------

=> no records shown

2) hiding mm-relation
-----------------------
'pages' => array (
'exclude' => 0,
'label' => 'LLL:EXT:banner/locallang_db.xml:tx_banner_domain_model_banner.pages',
'config' => array (
'type' => 'select',
'internal_type' => 'db',

'size' => 20,
'minitems' => 0,
'maxitems' => 999,
'foreign_table' => 'pages',
'foreign_table_where' => 'ORDER BY pages.uid',
// 'MM' => 'tx_ktmbanner_usecase_pages_mm',
'renderMode' => 'tree',
'treeConfig' => array(
// 'rootUid' => 214,
'parentField' => 'pid',
'appearance' => array(
'expandAll' => TRUE,
'showHeader' => TRUE,
'maxLevels' => 2,
)
),
),
-----------------------
=> works fine

(issue imported from #M16554)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24191: tcaTree does not work for relation fields without TCA Definition.ClosedSteffen Ritter2010-11-24

Actions
Actions #1

Updated by Steffen Ritter over 13 years ago

Hi,
at current trunk, I could not reproduce this issue anymore. Could you please crosscheck?

Actions #2

Updated by Georg Ringer over 13 years ago

ah ok it seems it got fixed now ;)

Actions #3

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF