Selaa lähdekoodia

Fixed that sort_criteria is required (#26513).

git-svn-id: http://svn.redmine.org/redmine/trunk@16877 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Jean-Philippe Lang 6 vuotta sitten
vanhempi
commit
edbc9611de
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      app/models/query.rb

+ 2
- 0
app/models/query.rb Näytä tiedosto

@@ -15,6 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

require 'redmine/sort_criteria'

class QueryColumn
attr_accessor :name, :sortable, :groupable, :totalable, :default_order
include Redmine::I18n

Loading…
Peruuta
Tallenna