dnnsoftware / Dnn.AdminExperience

DNN (formerly DotNetNuke) Combined Admin Experience
MIT License
17 stars 39 forks source link

Expand/Collapse All Fails After Moving Dragging Away The Only Child item #1176

Closed mikebigun closed 5 years ago

mikebigun commented 5 years ago

fixes https://github.com/dnnsoftware/Dnn.AdminExperience/issues/1122

I isolated the fix from here https://github.com/dnnsoftware/Dnn.AdminExperience/pull/1123. It contains redundant changes that are not related to the issue itself.
When child item has been moved to another item, its parent becomes not properly updated and keeps child properties unchanged. We need to reset few properties to defaults to make Collapse/Expand works properly.

Confirmation video: DEMO

daguiler commented 5 years ago

This one is related to https://github.com/dnnsoftware/Dnn.AdminExperience/pull/1175