Skip to content

Commit d748517

Browse files
Merge pull request #5055 from topcoder-platform/issue-5048
Added hideFIlter to getList
2 parents 8472d1d + 6ad801e commit d748517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/services/communities.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export function getList(userGroupIds) {
142142
description: data.description,
143143
groupIds: data.groupIds,
144144
hidden: data.hidden || false,
145+
hideFilter: data.hideFilter || false,
145146
image: data.image,
146147
mainSubdomain: _.get(data, 'subdomains[0]', ''),
147148
});

0 commit comments

Comments
 (0)