Feature #1567
closed
Make author column sortable and groupable
Added by Henning Perl almost 18 years ago.
Updated over 14 years ago.
Description
Is it possible to make the author-column sortable in source:/trunk/app/views/issues/_list.rhtml ? Right now I only got it to work with author_id, which is not the best solution:
in source:/trunk/app/models/query.rb (line 100):
QueryColumn.new(:author, :sortable => "#{Issue.table_name}.author_id")
- Target version set to Candidate for next major release
- Target version changed from Candidate for next major release to 1.3.0
I hope that author-column not only sortable but also groupable.
Such as:
QueryColumn.new(:author, :sortable => "#{Issue.table_name}.author_id", :groupable => true),
- Subject changed from make author-column sortable to Make author column sortable and groupable
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Also available in: Atom
PDF