소스 검색

adjust user group page

itizawa 6 년 전
부모
커밋
5359328ef4
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/server/routes/apiv3/user-group.js

+ 1 - 4
src/server/routes/apiv3/user-group.js

@@ -587,10 +587,7 @@ module.exports = (crowi) => {
         populate: {
           path: 'lastUpdateUser',
           select: User.USER_PUBLIC_FIELDS,
-          populate: {
-            path: 'imageAttachment',
-            select: User.IMAGE_POPULATION,
-          },
+          populate: User.IMAGE_POPULATION,
         },
       });