Actions
Feature #6252
openAssigned To filter should show selection list of all subproject users to choose from
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2010-08-31
Due date:
% Done:
0%
Estimated time:
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.
Files
Updated by Holger Just about 14 years ago
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.
Actions