Feature #6252
Assigned To filter should show selection list of all subproject users to choose from
Status: | New | Start date: | 2010-08-31 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
Description
For multi-level projects, when filtering by "assigned to" (in an upper project), the filter selection list should be populated with all sub-project users - not only those in the current (upper-level) project.
History
#1
Updated by Holger Just over 12 years ago
- File 6252-subproject-users-in-filters.patch
added
The attached patch populates the user lists from all members of all visible subprojects. However, it does not check if there are any subproject filters applies (or whether there should be subprojects shown at all) While this would be more correct, I highly doubt it would be possible using the current query engine.
The attached patch also refactors the general case without any projects to share the same code and to not hardcode any table names.
Both changes can also be found on Github.