Project

General

Profile

Actions

Feature #24131

closed

tcaTree should work in flexforms too

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-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

It would be very nice if the tcatree would work inside the flexforms too. IMO every tca configuration should work there as well to use the benefits of such great tools.

thrown error: #2177015888: TCA Tree configuration is invalid: "foreign_table" not set

my demo example:
-----------------------

<settings.category>
<TCEforms>
<label>LLL:EXT:news2/Resources/Private/Language/locallang.xml:flexforms_general.category</label>
<config>
<type>select</type>
<renderMode>tree</renderMode>
<treeConfig>
<parentField>parentcategory</parentField>
<appearance>
<expandAll>1</expandAll>
<showHeader>0</showHeader>
</appearance>
</treeConfig>
<foreign_table>tx_news2_domain_model_category</foreign_table>
<foreign_table_where> AND tx_news2_domain_model_category.uid > 0</foreign_table_where>
<size>5</size>
<autoSizeMax>10</autoSizeMax>
<minitems>0</minitems>
<maxitems>10</maxitems>
</config>
</TCEforms>
</settings.category>
(issue imported from #M16476)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24452: tcaTree in flexforms still breaksClosedGeorg Ringer2011-01-02

Actions
Actions #1

Updated by Steffen Ritter over 13 years ago

I consider this to be a bug, since TCA should automatically work in flexforms.

Would be nice I you could provide the news Extension Prototype, the snippet is extracted from, for testing

Actions #2

Updated by Georg Ringer over 13 years ago

https://svn.typo3.org/TYPO3v4/Extensions/news2/ ;) i removed the flexform configuration of the tcatree but this shouldnt be a problem to add it again for you i guess

Actions #3

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF