Actions
Bug #25240
closedTypo3 natives menus don't build cHash in links
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
As typolink calls in tslib_menu never set the parameter "useCacheHash", chash are never generated, so linkVars are never "chashed" correctly.
From my point of views there's a few "light" solutions :- add a parameter to menu items in order to be able to set the "useCacheHash" value
- always set useCachehash value to true in menus
- modify typolink function in order to set useCacheHash default value to true
@see tslib_menu->menuTypoLink
(issue imported from #M17847)
Actions