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 180c6a5 commit 89eab1dCopy full SHA for 89eab1d
app/models/view_customize.rb
@@ -12,6 +12,8 @@ class ViewCustomize < ActiveRecord::Base
12
13
validate :valid_pattern
14
15
+ attr_protected :id
16
+
17
TYPE_JAVASCRIPT = 1
18
TYPE_STYLESHEET = 2
19
init.rb
@@ -4,7 +4,7 @@
4
name 'View Customize plugin'
5
author 'onozaty'
6
description 'View Customize plugin for Redmine'
7
- version '1.1.1'
+ version '1.1.2'
8
url 'https://github.com/onozaty/redmine-view-customize'
9
author_url 'https://github.com/onozaty'
10
0 commit comments