itizawa 6 лет назад
Родитель
Сommit
c1aa137d84
1 измененных файлов с 1 добавлено и 0 удалено
  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) {