We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf320a9 commit 13cc455Copy full SHA for 13cc455
app/controllers/view_customizes_controller.rb
@@ -12,7 +12,7 @@ class ViewCustomizesController < ApplicationController
12
def index
13
sort_init 'id', 'desc'
14
sort_update %w(id path_pattern insertion_position customize_type code comments is_enabled is_private)
15
- @view_customizes = ViewCustomize.all.order(sort_clause)
+ @view_customizes = ViewCustomize.order(sort_clause)
16
end
17
18
def new
init.rb
@@ -4,7 +4,7 @@
4
name 'View Customize plugin'
5
author 'onozaty'
6
description 'View Customize plugin for Redmine'
7
- version '1.2.1'
+ version '1.2.2'
8
url 'https://github.com/onozaty/redmine-view-customize'
9
author_url 'https://github.com/onozaty'
10
0 commit comments