I'm not sure if this is an issue with HS or VFB, but when I enable views filter block for my view, and submit a filter, I get a no content found response, without HS everything works, with out VFB everything works.
This is the url I get when I submit a filter with views multiblock...
http://test.jony.net/trees/all?filter0[hierarchical_select][selects][0]=...
this is what I get with the same filter settings, with out views filter block enabled
http://test.jony.net/trees/all?filter0[]=20&formsingle_token=a44bdf080f8...
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 287408.patch | 602 bytes | wim leers |
| #3 | 287408.patch | 695 bytes | wim leers |
Comments
Comment #1
wim leersThe GET url is bad. Can you check if views.js is being included on that page please?
Comment #2
joncup commented<script type="text/javascript" src="/sites/all/modules/hierarchical_select/includes/views.js"></script>I think thats what your talking about, you can test out the page at http://test.jony.net/trees/all
Comment #3
wim leersThat's what I need. A live demo. It leads to a quick solution.
Patch that should fix this is attached.
Comment #4
wim leersI accidentally committed this patch together with another one: http://drupal.org/cvs?commit=129882. If it works fine, then you can set the issue to fixed.
Comment #5
joncup commentedjust tested the new code, still doesnt work, if I search for pine, it should find many nodes, finds none, still long url, contact me if you need any more info or access or anything that will help.
Comment #6
wim leersI had a stupid typo. Please try the attached patch.
Comment #7
joncup commentedstill doesnt seem to be working, i set you up an account and sent you the details via the contact form if you think that will help, let me know if you need anything, of if I can be of any help or whatnot.
Comment #8
wim leersI missed a couple of spots. Committed a fully working version.
Comment #9
joncup commentedone more things, filters now work, but if you add more than one selection in the drop box, only the first selection is reflected in the filtering
Comment #10
joncup commentednot sure how I missed this, each nodes that shows up in the filter results is displayed twice.
Comment #11
wim leersThat's a separate issue. Probably due to misconfiguration on your side. So please open a separate issue for it.