Feature #1567
Make author column sortable and groupable
| 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
Associated revisions
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.