Project

General

Profile

Bug #7713

Updated by Jakub Judiny 2 months ago

Searching groups by group members/managers does not work. This is because form use "members"/"managers" and view uses "member"/"manager". 

 Also, searching for a group that has user XY as a member and user YX as a manager causes ProgrammingError exception. This is because the group table is used in the two subqueries of the same query under the same name (I think).

Back