Skip to content

Commit

Permalink
Redmine 4.0.4 Rails 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaminer authored Nov 26, 2019
1 parent deab398 commit cbc4620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/issue_sla.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class IssueSla < ActiveRecord::Base
validates_presence_of :priority, :project
validates_numericality_of :allowed_delay, :allow_nil => true

attr_protected :priority_id, :project_id
#attr_protected :priority_id, :project_id

before_save :update_issues

Expand Down

0 comments on commit cbc4620

Please sign in to comment.