Actions
Defect #20066
closedList of groups sorted in desc by default
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Hi there,
I only noticed now, but in Administration > Groups, the groups are listed in alpha revert order, and I can't find any good reason why.
models/group.rb contains:
35 | scope :sorted, lambda { order(:type => :asc, :lastname => :desc) }
I changed "desc" to "asc" in my settings (Redmine 3.0.1), but I'm wondering if that should stay that way in next releases.
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 3.0.4
- Resolution set to Fixed
Fixed in r14380, thanks for pointing this out.
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from Resolved to Closed
Actions