takeru0001 5 년 전
부모
커밋
feed70a7a6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
     newPagePathPrefix = crowi.xss.process(newPagePathPrefix); // eslint-disable-line no-param-reassign
 
+    // find manageable descendants
     const pages = await this.findManageableListWithDescendants(targetPage, user, options);
 
     const unorderedBulkOp = collection.initializeUnorderedBulkOp();