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
Actions