I keep getting this error:
Display "Page": Draggableviews: You must sort by Node: Body ascending as the first sort criteria to display the structure correctly.
I read another issue on this queue that said that draggable views must be first in the sort order. Yet here it claims I need another field -- and one that does not even appear in my sort list! (I am using Node: Body under Fields, but still Node: Body doesn't show up in the sort list.)
Not sure what to do.
Comments
Comment #1
sevi commentedIt expects whatever field you have specified in your draggableviews settings as the order field. I guess you haven't specidied a field yet and body is the default..
Comment #2
sevi commentedComment #3
TimG1 commentedJust in case anyone else is getting this "error", this helped me...
http://drupal.org/node/283498
I guess step #5 on that page = "Display "Page": Draggableviews: You must sort by *YOUR FIELD NAME* ascending as the first sort criteria to display the structure correctly."
Completing step #6 gets the view working properly.
-Tim