2
0
itizawa 7 жил өмнө
parent
commit
c1aa137d84

+ 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) {