Active
Project:
Reservations
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
6 Mar 2012 at 13:05 UTC
Updated:
1 Jun 2014 at 21:00 UTC
Jump to comment: Most recent
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
Comment #1
kreynen commentedThis 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
Comment #2
isak_manresa commentedHi Kreyen,
I've apply the patch and still not work
Comment #3
stefanwray commentedClose this if you think it is no longer applicable