Defect #20066
List of groups sorted in desc by default
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Groups | |||
Target version: | 3.0.4 | |||
Resolution: | Fixed | Affected version: | 3.0.1 |
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.
History
#1
Updated by Jean-Philippe Lang almost 7 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.
#2
Updated by Jean-Philippe Lang almost 7 years ago
- Status changed from Resolved to Closed