Bug #70427
closed2 requests in itemsProcFunc-Hook in Flexform with renderMode tree
0%
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
Updated by Nicole Cordes about 9 years ago
- Status changed from New to Accepted
- Assignee set to Nicole Cordes
Will investigate here
Updated by Nicole Cordes about 9 years ago
- Status changed from Accepted to Needs Feedback
I went back to 6.2.10 and the itemsProcFunc is called twice there as well. Maybe there is some other issue with the script (now)?
Updated by Alexander Opitz over 8 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Nicole Cordes)
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Updated by Anonymous over 8 years ago
Because of massive changes in TCA and BE in TYPO3 7.6.x this bug seems be solved it self.