probably, it'll be useful to someone to have possibility of transfering GET-parameters into ajax-generated block.
So you can consider this change in ajaxblocks.js

url: Drupal.settings.basePath + "ajaxblocks" + window.location.search,
instead of
url: Drupal.settings.basePath + "ajaxblocks",

Comments

maximpodorov’s picture

Could you provide any use case that requires keeping of such information? I can imagine only "?page=..." requests for pages with pager, so I will add keeping and passing $_GET['page'] values.

warobushek’s picture

My case:
I have dynamic block "Now by TV" on my site front page. There are links on every TV-channel logo, which contain GET-parameters, which are compulsory for viewing telecasts of chosen channel.

maximpodorov’s picture

Status: Active » Fixed

The issue is fixed in 6.x-1.4 release. @warobushek, could you try it for your case?

Status: Fixed » Closed (fixed)

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