Patch #18410 » spent_hours.diff
app/models/issue.rb | ||
---|---|---|
195 | 195 |
@workflow_rule_by_attribute = nil |
196 | 196 |
@assignable_versions = nil |
197 | 197 |
@relations = nil |
198 |
@spent_hours = nil |
|
198 | 199 |
base_reload(*args) |
199 | 200 |
end |
200 | 201 |