Actions
Bug #25031
closedBEgetRootLine doesn't use cache when called with hash
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When you open list view in extended view, each CE has a viewonclick icon. For this link calculation, BEgetRootLine is called with [pid]#[uid], which leads to rootline calculation for each CE.
This is not needed as the rootline for all are identical, so strip anchor from uid in BEgetRootLine.
(issue imported from #M17576)
Actions