ic-labs / django-icekit

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
http://glamkit.com
MIT License
47 stars 11 forks source link

More granular tree toggles in Page tree #274

Open cogat opened 7 years ago

cogat commented 7 years ago

Currently, in the Page changelist tree view, collapsing/expanding a node hides/shows all decendents.

So if you collapse a child, it doesn't stay collapsed if you collapse and expand its parent.

Desired behaviour is that a collapsed child remains collapsed if you collapse and expand its parent. See #273. Created from #223.