Skip to content

Commit

Permalink
Dont display locked users on the Configure page
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Chady committed Sep 16, 2010
1 parent c4abd59 commit d04d936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/settings/_default_assign.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= content_tag(:label, l(:label_user)) %>
<%-
users = User.all(:order => "firstname ASC")
users = User.active(:order => "firstname ASC")
selected = @settings['default_assignee_id'] unless @settings['default_assignee_id'].blank?
selected ||= []
-%>
Expand Down

0 comments on commit d04d936

Please sign in to comment.