Hello,
I get this error when configuring Draggable Views according to the documentation (I think!)

I tried both using the Draggable Views fields with Native handler and using CCK fields with CCK handler but got the same error in both instances

* warning: Invalid argument supplied for foreach() in /home/digaid/public_html/sites/all/modules/draggableviews/draggableviews.module on line 121.
* warning: Invalid argument supplied for foreach() in /home/digaid/public_html/sites/all/modules/draggableviews/draggableviews.module on line 121.

Thank you, fantastic module!

Also if anybody can clarify whether you can use the same content type for both parent and child in a hierarchical structure I would appreciate it - it seems like you can't because you must choose root or child but I'm not clear on that point.

CommentFileSizeAuthor
#2 draggableviews-[414858].patch1.35 KBsevi

Comments

sevi’s picture

Ah, the bug seems to deal with exposed data.
Do you use exposed filters? The information may help to fix.

Also if anybody can clarify whether you can use the same content type for both parent and child in a hierarchical structure I would appreciate it - it seems like you can't because you must choose root or child but I'm not clear on that point.

Yes, you can. (:) Sound like a slogan..)
You don't have to specify content types if you don't want to. You can leave the list empty. Thus by default each type of node can be used for both parent and child.

greetings,
sevi

sevi’s picture

StatusFileSize
new1.35 KB
mitchell’s picture

Status: Active » Needs review

marking as needs review

realityloop’s picture

Status: Needs review » Closed (fixed)

Given this is already included in downloadable version, closing