@@ -352,7 +352,7 class Query < ActiveRecord::Base | |||
|
352 | 352 | if User.current.allowed_to?(:set_issues_private, nil, :global => true) || |
|
353 | 353 | User.current.allowed_to?(:set_own_issues_private, nil, :global => true) |
|
354 | 354 | @available_filters["is_private"] = { |
|
355 |
:type => :list, :order => 1 |
|
|
355 | :type => :list, :order => 16, | |
|
356 | 356 | :values => [[l(:general_text_yes), "1"], [l(:general_text_no), "0"]] |
|
357 | 357 | } |
|
358 | 358 | end |
General Comments 0
You need to be logged in to leave comments.
Login now