You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'bugfix/TopicRepository.Move-first-child' into develop
Fixed a bug where moving the first (or only) child of a topic to after a sibling in another topic would be inadvertently trip an escape condition meant to bypass cases where the topic was being moved to the same location that it was already located. As part of this, introduced two unit tests—one to validate that the bug no longer appears, and another to ensure that the escape condition still works. This resolves Issue #76.
0 commit comments