Hey there, I'm using this succesfully for a while now on a site of mine, but I just found a bug.
It seems that the module is not able to save views searches with date module's exposed filters? Would there be any reason that it would work for some exposed filters and not for others? Any idea where to start looking at this?
Thanks,
Patchak
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | screenshot.png | 168.81 KB | pydubreucq |
| #5 | views_savedsearches_and_date.patch | 2.87 KB | avivalma |
| #3 | views_savedsearches_and_date.patch | 1.57 KB | avivalma |
| #1 | views_savedsearches_and_date.patch | 1.68 KB | avivalma |
Comments
Comment #1
avivalma commentedDate produces a little bit strange views query parameters. Here is a patch what handles them.
This seems to be date specific (true), but if other modules produce the same style query param, it will handle.
Comment #2
patchak commentedWhoooo thanks a lot, testing this tonight!!
Patchak
Comment #3
avivalma commentedHere is a new patch. It works with min / max multiple choice date fields as well. (and it's much simplier as well)
Comment #4
patchak commentedI confirm this patch solved a bug I had when trying to save a search on a view with multiple exposed date filters.
Comment #5
avivalma commentedeliminate error messages when saving the the search. (related to redirections)
Comment #6
pydubreucq commentedHi,
Excuse-me I'm French and I don't speak english very well...
I apply this patch, but when I click to "Save this Search" My website appears in the div where I must found the saved search :(
I don't understant why, when I reload the entire page, this disapear...
You can see on my screenshot :
Thanks for all...
Bye
Comment #7
pydubreucq commentedExcuse me I've forgotten the screenshot ;)
Comment #8
aron novakNow -dev is compatible w/ date exposed filters.