Icinga / icinga-notifications-web

Icinga Notifications Web — Manage incidents and who gets notified about them how and when
GNU General Public License v2.0
9 stars 0 forks source link

ContactGroup: Contact deletion violates group memberships #217

Closed ncosta-ic closed 3 weeks ago

ncosta-ic commented 3 weeks ago

What's this issue about?

I currently observe a wrong behaviour on our master when removing a contact out of a contact group. The deletion process removes all memberships of the given contact, which results in unexpected behaviour. If a contact gets removed from one group, they should still stay a member of the other potential groups that they might be assigned to.

icinga-contact-group-bug.webm

Expected behaviour

The deletion of a user from a group should only remove them from that specific group and not interfere with other memberships.