mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-06 09:03:25 +00:00
Clear @spent_hours on reload (#18410).
Patch by Ondřej Ezr. git-svn-id: http://svn.redmine.org/redmine/trunk@13625 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f3e573b5f8
commit
65a62431dd
@ -201,6 +201,7 @@ class Issue < ActiveRecord::Base
|
||||
@workflow_rule_by_attribute = nil
|
||||
@assignable_versions = nil
|
||||
@relations = nil
|
||||
@spent_hours = nil
|
||||
base_reload(*args)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user