graft r5285 to awesome_nested_set 2.1.6 (#7920)

git-svn-id: http://svn.redmine.org/redmine/trunk@12689 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-01-21 07:55:16 +00:00
parent 4a57f5f7f3
commit 4b5ce4c089
1 changed files with 2 additions and 0 deletions

View File

@ -593,6 +593,8 @@ module CollectiveIdea #:nodoc:
["#{quoted_right_column_name} = (#{quoted_right_column_name} - ?)", diff]
)
# Reload is needed because children may have updated their parent (self) during deletion.
reload
# Don't allow multiple calls to destroy to corrupt the set
self.skip_before_destroy = true
end