4198: Person view does not remove a row correctly when two people are merged.

svn: r16069
This commit is contained in:
Doug Blank
2010-10-28 13:33:29 +00:00
parent d69552e4c1
commit afefbad431
9 changed files with 19 additions and 0 deletions

View File

@ -229,3 +229,4 @@ class MergePlaceQuery(object):
self.database.remove_place(old_handle, trans)
self.database.commit_place(self.phoenix, trans)
self.database.transaction_commit(trans, _("Merge Places"))
self.database.emit('place-rebuild')