Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Blocker
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.12
-
Fix Version/s: 4.7.13
-
Component/s: None
-
Labels:
-
Documentation Required?:User and Admin Doc
-
Funding Source:Contributed Code
Description
Steps to replicate:
1. Add a contact to group.
2. Navigate to the contact's summary page, and visit the groups tab.
3. Clicking Remove beside the group returns the following error: Cannot Delete GroupContact.
Solution for fix:
Avoid passing the status "Removed" and pass contact ID to the groupContact API in order to pass the first check where group contact is retrieved.