* Fixing parent definition when moving sub-album "Before" other album
This commit is contained in:
plegall
2021-02-05 18:02:22 +01:00
parent d80f3c4e30
commit 070a6805ea
+3
View File
@@ -200,6 +200,9 @@ function applyMove(event) {
}
moveRank = 1;
} else if (event.move_info.position == 'before') {
if (moveParent == null) {
moveParent = 0
}
moveRank = 1;
}
moveNode(id, moveRank, moveParent).then(() => {