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

Also available in: Atom PDF