k41n / redmine_milestones

Milestones plugin for redmine
35 stars 29 forks source link

Milestone not sortable and groupable in issues page #41

Open johnp2686 opened 10 years ago

johnp2686 commented 10 years ago

Hello, Milestone have not display in options group_by and sortable in issues pages

johnp2686 commented 10 years ago

I fixed the issue In milestone query_patch.rb used add base.add_available_column(QueryColumn.new(:milestone,:sortable =>"#{Issue.table_name}.milestone_id",:groupable => true)) it is working fine now