Bug #7713
closedGroup/user searching issues
0%
Description
Searching groups by group members/managers does not work. This is because form use "members"/"managers" as field names and view expects "member"/"manager" field names.
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). Same problem is when searching for a user that is a member of XY group and manager of YX group.
Updated by Jakub Judiny 8 months ago
- Subject changed from Searching groups by group members/managers does not work to Group/user searching issues
- Status changed from New to In Progress
- Target version changed from Backlog to 2.12
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).
Updated by Jakub Judiny 8 months ago
- Description updated (diff)
- Assignee set to Jakub Judiny
Updated by Jakub Judiny 8 months ago
- Status changed from In Progress to Resolved
Updated by Rajmund Hruška 8 months ago
- Status changed from Resolved to Feedback
The form is suggesting that it is possible to search by multiple members/managers. At the same time, the form allows only one member/manager to be selected. This should also be consistent.
Updated by Jakub Judiny 8 months ago
- Status changed from Feedback to Resolved
Rajmund Hruška: it should be fixed now.
Updated by Rajmund Hruška 8 months ago
- Target version changed from 2.12 to 2.12.1
Updated by Rajmund Hruška 8 months ago
- Status changed from Resolved to In Review