Bug 242646 - deleting contacts don't removes them from groups
Summary: deleting contacts don't removes them from groups
Status: RESOLVED INTENTIONAL
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 00:12 UTC by Jan
Modified: 2010-06-24 08:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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