Commit graph

2 commits

Author SHA1 Message Date
Rémy Coutable
96f162125d
Handle an edge-case whith invitees
When the project has invitees, no group members were
returned due to a `user_id NOT IN (42, NULL)` query which
always returned [] since a `user_id` would be NULL, thus the condition
could never match.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-07 09:59:52 +01:00
Phil Hughes
89c22ed5af Shows group members in the project members list
Closes #24122
2016-12-02 16:49:53 +00:00