If you fill in a link like:

/path?var=1
or /path?var1=1&var2=2
...

they wont work at the end bec they get url encoded...

Here is a patch that allowed me to fix that for D7.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rsvelko’s picture

rsvelko’s picture

This patch was applied and tested onto 7.x-1.3

I am not sure how would that work onto latest git dev.

EDIT: I saw the latest git dev and YES! Someone fixed the same thign there on line 146 already!

KUDOS!

This issue is now a dupe and fixed...

rsvelko’s picture

Status: Active » Fixed
rsvelko’s picture

For anyone who read here: just update to latest dev via package or git and this issue will be fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.