I have an issue where my sort page is not displaying items the correct hierarchical order. If I do the following
parent 1
child 1
child 2
child 3
and save the view, upon reload I'll get something like
parent 1
child 1
child 2
child 3
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
.
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?
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 .