Needs review
Project:
Views Saved Searches
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Apr 2011 at 19:27 UTC
Updated:
16 May 2013 at 13:44 UTC
Jump to comment: Most recent
Comments
Comment #1
eme commentedSeems to work with jquery update 2.x and latest release of views saved search.
For those who have the same issue, update jquery update !
Comment #2
eme commentedStrange. It works on one of my install, but not another one, and if I desactivate the module jquery update, it works fine again...
Comment #3
eme commentedWorks with old 1.4 version, not 2.x one.
Comment #4
LGLC commentedIs there any way around this without downgrading to jQuery Update 1.4? Unfortunately doing so isn't an option on one of my sites. Thanks.
Comment #5
maxichka commentedHere is how I solved this issue.
Open file views_savedsearches.js
Go to Line 28
Delete Code
Replace it with
Comment #6
LGLC commentedThis worked brilliantly for me. Thanks so much, maxichka!
Comment #7
jwjoshuawalker commentedHate to post on such an old topic, but I was experiencing the same thing. The code in #5 worked only if the top checkbox was selected. If I had multiple saved searches and checked any of them other than the first, it would give them "You must select at least one saved search to be deleted!" message.
I changed that area to this:
Comment #8
Anonymous (not verified) commentedThanks
Patch #7 worked
Changed status to 'needs review' for more feedback from the community
Comment #9
nbchip commentedPatch #7 works
but then i get error from module:
Fatal error: Call to a member function get_url() on a non-object in C:\xampp\htdocs\x\sites\all\modules\views_savedsearches-7.x-1.0-beta1\views_savedsearches\views_savedsearches.module on line 790
Comment #10
jwjoshuawalker commented@nbchip
That error is unrelated to changes in #7. This was also from the D6 version of the module, I haven't used D7 version - not sure if things are different (not sure if you need this).
Also I just realized after finding a checked box and setting checked = true; there should be a break; to get things movin'!
Comment #11
marty.true commentedI got the same error as @nbchip and this is the D7 version...
Has there been a fix for this? It seems the D7 version is not working as long as ajax is enabled.
Comment #12
pounardFor the PHP fatal error (get_url()) please apply those two patches:
#781978: Problem with @checked
#1826102: Fatal error: Call to undefined function notifications_user_get_subscriptions()
Hope it helps.