Currenty when we have some params in the url, they become removed on a tab change.

So for example you are on

example.org?test=1

And you click on a tab the url will change to:

example.org#clickedtab

My patch will change this to

example.org?test=1#clickedtab

Comments

sg88 created an issue. See original summary.

nwom’s picture

Status: Needs review » Needs work

This can no longer apply to the current dev.

rahul.shinde’s picture

StatusFileSize
new1.64 KB

@sg88 and @NWOM Please see the patch file

params_are_lost_on_tab-2570927-3.patch

, and let me know wether this works for you or not. I suspect Panels and CTools are helping passing URL query string to content type.

rahul.shinde’s picture

Status: Needs work » Needs review