Feature #1567

Make author column sortable and groupable

Added by Henning Perl almost 4 years ago. Updated 6 months ago.

Status:Closed Start date:2008-07-03
Priority:Normal Due date:
Assignee:Jean-Philippe Lang % Done:

0%

Category:Issues
Target version:1.3.0
Resolution:Fixed

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")


Related issues

duplicated by Defect #3613: Author column not sortable in Issues Closed 2009-07-13
duplicated by Feature #7764: Allow issue list to be sorted by "Author" and grouped by ... Closed 2011-03-03
duplicated by Feature #7867: Author group Closed 2011-03-15

Associated revisions

Revision 7843
Added by Jean-Philippe Lang 6 months ago

Makes author column sortable and groupable on the issue list (#1567).

History

#1 Updated by Etienne Massip about 1 year ago

  • Category set to Issues

#2 Updated by Etienne Massip about 1 year ago

  • Target version set to Candidate for next major release

#3 Updated by Jean-Philippe Lang 10 months ago

  • Target version changed from Candidate for next major release to 1.3.0

#4 Updated by Akiko Takano 7 months ago

I hope that author-column not only sortable but also groupable.
Such as:

QueryColumn.new(:author, :sortable => "#{Issue.table_name}.author_id", :groupable => true),

#5 Updated by Jean-Philippe Lang 6 months ago

  • 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

Added in r7843.

Also available in: Atom PDF