Browse Source

add explanation

itizawa 7 years ago
parent
commit
c1aa137d84
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/server/routes/page.js

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

@@ -942,6 +942,7 @@ module.exports = function(crowi, app) {
     try {
       if (isCompletely) {
         if (isDeniedDelete) {
+          // GC-1756 Change error message
           return res.json(ApiResponse.error(`Page '${pageId}' is not found or forbidden`, 'notfound_or_forbidden'));
         }
         if (isRecursively) {