[TYPO3-ect] Bug 6019: tx_lib_link linkVars ignored
Elmar Hinz
elmar07 at googlemail.com
Thu Aug 2 09:18:36 CEST 2007
Hello,
has anybody made a similar experience and can confirm this bug?
Regards
Elmar
http://bugs.typo3.org/view.php?id=6019
If an url is created by the makeUrl() method of the link object, parameters
that are defined as linkVars in TypoScript are ignored and not added to the
query string.
For example, if you set config.linkVars = type in your TypoScript setup and
have a link like /index.php?id=123&type=1, the makeUrl() method will
create /index.php?id=123 and ignore the &type=1 parameter.
More information about the TYPO3-team-extension-coordination
mailing list