mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
requested changes
This commit is contained in:
parent
9a78c10f06
commit
43e59376c2
2 changed files with 463 additions and 398 deletions
|
@ -47,7 +47,7 @@ class PagesOrder {
|
|||
const oldParentOrder = await Model.get(oldParentId);
|
||||
|
||||
oldParentOrder.remove(targetPageId);
|
||||
oldParentOrder.save();
|
||||
await oldParentOrder.save();
|
||||
|
||||
const newParentOrder = await Model.get(newParentId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue