Skip to content

Commit 89eab1d

Browse files
committed
Fixed a not work plugin on Redmine 3.0
1 parent 180c6a5 commit 89eab1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/models/view_customize.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class ViewCustomize < ActiveRecord::Base
1212

1313
validate :valid_pattern
1414

15+
attr_protected :id
16+
1517
TYPE_JAVASCRIPT = 1
1618
TYPE_STYLESHEET = 2
1719

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name 'View Customize plugin'
55
author 'onozaty'
66
description 'View Customize plugin for Redmine'
7-
version '1.1.1'
7+
version '1.1.2'
88
url 'https://github.com/onozaty/redmine-view-customize'
99
author_url 'https://github.com/onozaty'
1010

0 commit comments

Comments
 (0)