2
0
Shun Miyazawa 4 жил өмнө
parent
commit
46d0e230b5

+ 1 - 0
src/server/service/page.js

@@ -65,6 +65,7 @@ class PageService {
       update.updatedAt = Date.now();
     }
 
+    // create descendants first
     if (isRecursively) {
       this.renameDescendantsWithStream(page, newPagePath, user, options);
     }