takeru0001 il y a 5 ans
Parent
commit
feed70a7a6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/server/models/page.js

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

@@ -1294,6 +1294,7 @@ module.exports = function(crowi) {
     // sanitize path
     // sanitize path
     newPagePathPrefix = crowi.xss.process(newPagePathPrefix); // eslint-disable-line no-param-reassign
     newPagePathPrefix = crowi.xss.process(newPagePathPrefix); // eslint-disable-line no-param-reassign
 
 
+    // find manageable descendants
     const pages = await this.findManageableListWithDescendants(targetPage, user, options);
     const pages = await this.findManageableListWithDescendants(targetPage, user, options);
 
 
     const unorderedBulkOp = collection.initializeUnorderedBulkOp();
     const unorderedBulkOp = collection.initializeUnorderedBulkOp();