Bug 242646

Summary: deleting contacts don't removes them from groups
Product: [Applications] kaddressbook Reporter: Jan <anmeldungen>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jan 2010-06-24 00:12:36 UTC
Version:           unspecified (using KDE 4.4.4) 
OS:                Linux

if you delete a contact, this one isn't removed from the groups.

Reproducible: Always

Steps to Reproduce:
adding a contact to a group and delete it afterwards

Actual Results:  
an empty/missing contact is shown at the group

Expected Results:  
the contact should be removed from the group
Comment 1 Tobias Koenig 2010-06-24 08:47:16 UTC
Hej,

adding this functionality would introduce a major performance issue.
Deleting a contact would result in querying all contact groups from a system
(which might be thousands or more for big companies) and checking whether
the deleted contact is part of it. Now imagine what happens if you try to
remove 300 contacts in one go...

Ciao,
Tobias