Bug #5403
navigation Tree shows ghostcategories in deeper Levels
| Status: | Resolved | Start date: | 2009-11-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | 0.01 hour | |
| Target version: | 0.12.x | |||
| Votes: | 0 |
Description
The function "processArrayPostRender" only works for upper levels.
Deeper levels of categories (when active/current) cause "ghost" categories to appear in the upper levels because this functions doesn´t walk correctly recursiv down the tree.
$treeArray[$nodeId]['ITEM_STATE'] gets set in the wrong level, where the nodeid does not exist, so titel etc. are empty but typo3 adds an empty element.
I am not deep enough into it, to provide a patch for this.
History
Updated by Ingo Schmitt over 3 years ago
- Status changed from New to Needs Feedback
Did you check with the latest Trunk version (since we have updated it on Friday!)
Updated by Klaus Gössl over 3 years ago
- Status changed from Needs Feedback to Resolved
is fixed in the latest trunk version thanks