Parcourir la source

adjust user group page

itizawa il y a 6 ans
Parent
commit
5359328ef4
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  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,
         },
       });