##// END OF EJS Templates
Typo....
Jean-Philippe Lang -
r13330:934e3c7de151
parent child
Show More
@@ -254,7 +254,7 class Issue < ActiveRecord::Base
254 end
254 end
255
255
256 # Sets the status.
256 # Sets the status.
257 def self.status=(status)
257 def status=(status)
258 if status != self.status
258 if status != self.status
259 @workflow_rule_by_attribute = nil
259 @workflow_rule_by_attribute = nil
260 end
260 end
General Comments 0
You need to be logged in to leave comments. Login now