Actions
Bug #14452
closedGP condition doesn't work with '#' in URL
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-12-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
URL: ?id=99#100&some_var=value
if you have a TS condition like
[globalVar GP:some_var=value]
it doesn't become true with the url above.
if you rearrange the URL to:
?some_var=value&id=99#100
it becomes true!
the problem is the hash-mark # in the url, if you leave it away, everthing works fine.
(issue imported from #M614)
Actions