k41n / redmine_milestones

Milestones plugin for redmine
35 stars 29 forks source link

Filters on Gantt #16

Open SylvanBlack opened 11 years ago

SylvanBlack commented 11 years ago

Filters won't apply on Gantt chart view.

SylvanBlack commented 11 years ago

I have a solution for this problem but don't know how to send it to you. I'm a complete newbie for github. Sooo I am writing it here.

The problem is in GanttPatch/render_milestone... instead of milestone.issues it should use:

project_issues(project).select {|issue| issue.milestone == milestone}

SylvanBlack commented 11 years ago

Sent a pull request for this problem, learning GitHub :)