takeru0001 %!s(int64=5) %!d(string=hai) anos
pai
achega
feed70a7a6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();