Actions
Bug #21028
closedBug in TMENU-Substitution
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There seems to be a Bug in typo3/sysext/cms/tslib/class.tslib_menu.php
line 1780. The curly braces around 'subst_elementUid' seem to be urlencoded
at this point (at least in some cases (.additionalParams=&foo={elementUid})).
Perhaps it would be better to try replacing both variants here?
(issue imported from #M11919)
Updated by Martin Holtz over 14 years ago
.additionalParams=&foo={elementUid} is processed in the typolink function. So, it gets urlencoded. {elementUid} will be replaced after wrapped in .allWrap.
.additionalParams=&foo={field:uid}
.additionalParams.insertData = 1
should work.
Can you test it?
Actions