Yuki Takei 7 лет назад
Родитель
Сommit
cc65ca40de
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/server/models/page.js

+ 2 - 0
src/server/models/page.js

@@ -850,6 +850,8 @@ module.exports = function(crowi) {
       if (count === 0) {
         throw new Error('no relations were exist for group and user.');
       }
+
+      page.grantedGroup = grantUserGroupId;
     }
   }