Project

General

Profile

Actions

Bug #70427

closed

2 requests in itemsProcFunc-Hook in Flexform with renderMode tree

Added by Anonymous over 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-10-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
6.2.15
Complexity:
Is Regression:
No
Sprint Focus:

Description

- In current TYPO3 Version 6.2.15 this Error only with render mode tree arcurs.
- So mysteriously the second request overwrite the items from first in $config['items'] array and a unknown array_key_exists(0, $config['row']) (screen)

This is my part in a Plugin-flexform:
-------------------------------------
<settings.limits.category>
<TCEforms>
<label>my categories</label>
<config>
<type>select</type>
<itemsProcFunc>Me\FooExt\TCA\SysCategoryList->extendedItemList</itemsProcFunc>
<foreign_table>sys_category</foreign_table>
<minitems>0</minitems>
<maxitems>1</maxitems>
<renderMode>tree</renderMode>
<treeConfig>
<parentField>parent</parentField>
<appearance>
<nonSelectableLevels>0,1</nonSelectableLevels>
<expandAll>1</expandAll>
<showHeader>1</showHeader>
<maxLevels>10</maxLevels>
<width>520</width>
</appearance>
</treeConfig>
</config>
</TCEforms>
</settings.limits.category>


Files

flexform_itemprocbug.jpg (117 KB) flexform_itemprocbug.jpg Anonymous, 2015-10-06 11:38
Actions

Also available in: Atom PDF