1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 15:05:26 +02:00

Merge branch 'order-child-pages' of https://github.com/codex-team/codex.docs into order-child-pages

This commit is contained in:
Peter Savchenko 2019-01-17 20:50:40 +03:00
commit d3fc839d04
No known key found for this signature in database
GPG key ID: 63E739583C761566
2 changed files with 463 additions and 398 deletions

View file

@ -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);

859
yarn.lock

File diff suppressed because it is too large Load diff