Project

General

Profile

Actions

Bug #21028

closed

Bug in TMENU-Substitution

Added by Andre over 14 years ago. Updated almost 14 years ago.

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)

Actions #1

Updated by Martin Holtz almost 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 #2

Updated by Andre almost 14 years ago

It works.
Many thanks!

please close this bug

Actions

Also available in: Atom PDF