Project

General

Profile

Actions

Feature #1567

closed

Make author column sortable and groupable

Added by Henning Perl over 15 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Category:
Issues
Target version:
Start date:
2008-07-03
Due date:
% Done:

0%

Estimated time:
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

Related to Redmine - Feature #7867: Author group filteringReopened2011-03-15

Actions
Has duplicate Redmine - Defect #3613: Author column not sortable in IssuesClosed2009-07-13

Actions
Has duplicate Redmine - Feature #7764: Allow issue list to be sorted by "Author" and grouped by the same fieldClosed2011-03-03

Actions
Actions #1

Updated by Etienne Massip almost 13 years ago

  • Category set to Issues
Actions #2

Updated by Etienne Massip almost 13 years ago

  • Target version set to Candidate for next major release
Actions #3

Updated by Jean-Philippe Lang over 12 years ago

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

Updated by Akiko Takano over 12 years 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),

Actions #5

Updated by Jean-Philippe Lang over 12 years 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.

Actions

Also available in: Atom PDF