Defect #7352
closedFilters not working in Gantt charts
0%
Description
If you log on the demo server (demo.redmine.org) and go to the overall Gantt Chart (projects -> view all issues -> Gantt), you can see the Gantt (truncated) for all projects.
Now if you click "add filter", select "Project" and choose any project, then click "Apply", the updated Gantt chart does not filter anything. It still shows all the projects.
Furthermore, clicking on the drop down "+" and doing a multiple selection in the list does not filter for these choices either.
It seems that other filters are not working either. For example, if you choose to filter for assignee and select one, the resulting Gantt is modified but does not seem to filter for the proper user.
This function is crucial for our installation to be able to filter for multiple/single projects and for assignee.
Files
Related issues
Updated by Etienne Massip almost 14 years ago
This behavior makes sense as you are in a multi-project view.
To get a per-project Gantt display, you can select first the project (in projects list or by using the fast-access project combo) then go to the Gantt tab.
Updated by E M almost 14 years ago
It filters just fine in the "Issues" view, even when viewing everything, but not in the Gantt view. So the behaviour should do the same filtering in Issue list or Gantt format, which it doesn't.
And if you select only one project, you cannot select a few projects, which is doable in the Issues view but once again not in the Gantt view.
No filter seems ot be working at all in the gantt view for all activities.
Updated by Robert Gruendler almost 14 years ago
i can confirm that the filters are not working in the gantt charts here too (Redmine 1.1.0.devel.4732 (MySQL)).
Updated by Etienne Massip almost 14 years ago
- File gantt.rb.patch gantt.rb.patch added
If I choose to filter on a specific assignee, the only issues displayed are the ones assigned to him, what about you (with devel) ?
By the way, I guess Gantt view should care especially about Project filter ; attached patch adds this consideration.
Updated by Dmit nitkin almost 14 years ago
Don't you plan to make patch that doesn't show projects on gantt when this projects don't have issues with assignee set in filter?
Updated by Etienne Massip almost 14 years ago
Updated by Etienne Massip almost 14 years ago
Could someone try this patch at #7456 ?
Updated by Jean-Philippe Lang almost 14 years ago
- Subject changed from Filters not working in Gantt charts (demo server) to Filters not working in Gantt charts
- Category set to Gantt
- Target version set to 1.2.0
- Resolution set to Fixed
Filters fixed in r5077.
Updated by Jean-Philippe Lang almost 14 years ago
- Status changed from New to Closed