backdrop-contrib / draggableviews

Makes Views draggable
GNU General Public License v2.0
3 stars 2 forks source link

sort page shows items in the incorrect order #19

Open padprint opened 2 years ago

padprint commented 2 years ago

I have an issue where my sort page is not displaying items the correct hierarchical order. If I do the following

and save the view, upon reload I'll get something like

or possibly something else where the children seem to be randomly sorted. The sorted block is showing the items in the correct order and with the correct hierarchy. Anyone have any ideas what might be going on? I've flushed the cache and all the usual things, but nothing seems to work. I'm attaching a view config showing my setup view-config-example.txt .

padprint commented 2 years ago

Im non too swift and just now realized that the original issue "Hierarchy Handler is broken" by @docwilmot is probably the same issue as what I've reported. Not sure if I should close this?