mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-04 08:03:23 +00:00
Revert r24223 (#43607).
This change could prevent done ratio recalculation for higher-level parent issues when estimated hours change. git-svn-id: https://svn.redmine.org/redmine/trunk@24228 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4c3e43614a
commit
a62c38037a
@ -1904,7 +1904,7 @@ class Issue < ApplicationRecord
|
||||
end
|
||||
|
||||
# ancestors will be recursively updated
|
||||
p.save(:validate => false) if p.has_changes_to_save?
|
||||
p.save(:validate => false)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user