Closed (fixed)
Project:
DraggableViews
Version:
6.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2008 at 18:10 UTC
Updated:
11 Feb 2009 at 15:39 UTC
Hello,
I use exposed filters to perform search through my view but when the result is only childrens (without their parents) it breaks my original ordering ("Detected broken parents"->"Rebuilding structure.."). Can I do something so it doesn't rebuild structure ?
Thank you for this great module, keep up the good work.
Comments
Comment #1
sevi commentedHmm.. the "exposed Filters" function should be disabled by draggableviews module. I'll notice this for the next release.
I think the simplest way to bypass your problem would be to just create an additional view that doesn't use draggableviews but exposed filters.
greetings,
sevi
Comment #2
ethnovode commentedMy exposed filters are in a block, maybe that's why the function isn't disabled ?
Thank you for the information and the tip, I'll try that.
greetings
Comment #3
sevi commentedOnly one weight can be saved with each node. Thus each node can live in only one environment of nodes.
Conclusion:
The usage of exposed filters is possible as long as each node only occurs once within all possible filter combinations.
I close this issue and refer to #332632: Drag nodes using an exposed filter doesn't work..