1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@13712 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-12-05 09:05:03 +00:00
parent 84eee82209
commit 934e3c7de1

View File

@ -254,7 +254,7 @@ class Issue < ActiveRecord::Base
end end
# Sets the status. # Sets the status.
def self.status=(status) def status=(status)
if status != self.status if status != self.status
@workflow_rule_by_attribute = nil @workflow_rule_by_attribute = nil
end end