Skip to content
Commit 2e6f9f89 authored by Martin Klapetek's avatar Martin Klapetek
Browse files

Extend the unit tests and fix a bug they uncover

I've been investigating a bug in contact list when unmerging a single
contact from a Person would leave empty rows (and originally would
crash), turns out that removing Contact from Person does not emit the
rows removed signal and so the model then tries to access invalid
contact (and we get "out of bounds" assert).

REVIEW: 123238
BUG: 345769

CHANGELOG: Fix model not being properly updated after removing a contact from Person
parent 3b515bfa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment