Skip to content

Commit 3274abb

Browse files
author
Vikas Agarwal
committed
Github issue#1572, Project grid and project details don't list the correct managers
— Fixed
1 parent ac09ca3 commit 3274abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/projectMembers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export function getMembersById (userIds) {
1010
const url = `${TC_API_URL}/v3/members/_search/?fields=`
1111
+ encodeURIComponent(fields)
1212
+ `&query=${encodeURIComponent(query)}`
13+
+ '&limit=' + userIds.length
1314
return axios.get(url)
1415
.then(resp => {
1516
return resp.data.result.content

0 commit comments

Comments
 (0)