Have not tested 7.x-2.0 but the latest default view for draggableviews_book is hierarchy is broken. The order it correct it is just not showing the hierarchy.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add_weight_sort_default_book_view-2423615-1.patch | 1.94 KB | istryker |
Comments
Comment #1
istryker commentedMaybe something has change with
draggableviews_preprocess_view_view_table(&$var)function, it the view never worked.By adding the Weight sort to the view fixed it.
Comment #3
istryker commentedComitted. No update hook is need to update the view as the view is a default view and will change automatically (unless someone alert it).