Project

General

Profile

Actions

Bug #52435

closed

renderMode tree doesn't respect itemsProcFunc

Added by Tim Werdin over 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2013-10-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When you specify renderMode tree the itemsProcFunc is executed but the tree ignores the new data.
I have searched for a solution and found a twitter conversation including Georg Ringer.
He says that the tree is getting his own set of items and therefore is not respecting the itemsProcFunc.

So when renderMode tree is used it should either call the itemsProcFunc on it's result set or their should be a config option in treeConfig to set a specific itemsProcFunc for the tree.

Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from next-patchlevel to 7.4 (Backend)
Actions #2

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #3

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #4

Updated by Mathias Schreiber over 8 years ago

  • Category changed from Backend User Interface to FormEngine aka TCEforms
Actions #5

Updated by Morton Jonuschat over 8 years ago

  • Status changed from New to Closed

FormEngine has received a major rewrite with TYPO3 CMS 7.5. ItemsProcFunc is now called after all methods that add or remove items that will be shown in the tree. If the itemsProcFunc is not able to accomplish the desired result you now have the option to create and register a custom data provider, extending the AbstractItempProvider, that can perform even more customization.

Actions

Also available in: Atom PDF