##// END OF EJS Templates
Clear @spent_hours on reload (#18410)....
Jean-Philippe Lang -
r13243:65a62431dd38
parent child
Show More
@@ -201,6 +201,7 class Issue < ActiveRecord::Base
201 201 @workflow_rule_by_attribute = nil
202 202 @assignable_versions = nil
203 203 @relations = nil
204 @spent_hours = nil
204 205 base_reload(*args)
205 206 end
206 207
General Comments 0
You need to be logged in to leave comments. Login now