Defect #35455 » 35455.patch
app/models/query.rb | ||
---|---|---|
17 | 17 |
# along with this program; if not, write to the Free Software |
18 | 18 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
19 | 19 | |
20 |
require 'redmine/sort_criteria' |
|
21 | ||
22 | 20 |
class QueryColumn |
23 | 21 |
attr_accessor :name, :totalable, :default_order |
24 | 22 |
attr_writer :sortable, :groupable |
lib/redmine.rb | ||
---|---|---|
47 | 47 |
require 'redmine/project_jump_box' |
48 | 48 |
require 'redmine/mime_type' |
49 | 49 |
require 'redmine/search' |
50 |
require 'redmine/sort_criteria' |
|
50 | 51 |
require 'redmine/syntax_highlighting' |
51 | 52 |
require 'redmine/thumbnail' |
52 | 53 |
require 'redmine/unified_diff' |