Actions
Feature #1567
closedMake author column sortable and groupable
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
Updated by Etienne Massip over 13 years ago
- Target version set to Candidate for next major release
Updated by Jean-Philippe Lang over 13 years ago
- Target version changed from Candidate for next major release to 1.3.0
Updated by Akiko Takano about 13 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),
Updated by Jean-Philippe Lang almost 13 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