Actions
Bug #19384
closedwrong cHash with additonalParams.wrap
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-09-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
This will lead to a wrong cHash:
typolink {
parameter.data = page:uid
no_cache = 0
useCacheHash = 1
additionalParams.data = GPvar:tx_myext_pi1|item
additionalParams.wrap = &&tx_myext_pi1[item]=|
additionalParams.outerWrap = |&tx_myext_pi1[list]=5
}
obviously cHash is generated before wrap and outerWrap are performed.
Has anyone else also observed this bug?
(issue imported from #M9441)
Actions