When I click the button of "Show Reservations Starting After" in http://localhost/academia/?q=node/11/manage-reservations the site redirects to the following page:

http://localhost/node/11/manage-reservations?q=&date_filter%5Bvalue%5D%5.... I think that This direction misses the $base_url.

If I add the correct url manually (http://localhost/academia/?q=node/11/manage-reservations?q=&date_filter%5Bvalue%5D%5Bdate%5D=2012-03-07) the site redirect me to the node/11 page (without any reservation options)

Comments

kreynen’s picture

This is actually an issue with Views and Overlay. This can be resolved by disabling Overlay or applying this patch...

#1376686: Error with Ajax enabled views in admin overlay for jQuery 1.7 and Views 3

isak_manresa’s picture

Hi Kreyen,

I've apply the patch and still not work

stefanwray’s picture

Assigned: Unassigned » kreynen
Issue summary: View changes

Close this if you think it is no longer applicable