Project

General

Profile

Actions

Defect #20066

closed

List of groups sorted in desc by default

Added by Benjamin Billon almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Groups
Target version:
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.

Actions

Also available in: Atom PDF