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 #1

Updated by Jean-Philippe Lang almost 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.

Actions #2

Updated by Jean-Philippe Lang almost 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF