Browse Source

Don't show non member and anonymous groups in filter.

git-svn-id: http://svn.redmine.org/redmine/trunk@15348 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.3.0
Jean-Philippe Lang 8 years ago
parent
commit
66b9add002
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/controllers/users_controller.rb

+ 1
- 1
app/controllers/users_controller.rb View File

@@ -54,7 +54,7 @@ class UsersController < ApplicationController

respond_to do |format|
format.html {
@groups = Group.all.sort
@groups = Group.givable.sort
render :layout => !request.xhr?
}
format.api

Loading…
Cancel
Save