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

sevi’s picture

Hmm.. 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

ethnovode’s picture

My 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

sevi’s picture

Status: Active » Closed (fixed)

Only 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..