Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.2
-
Fix Version/s: 3.2.3
-
Component/s: Core CiviCRM
-
Labels:None
Description
If a relationship shares its id with a deleted contact, that relationship is being filtered out due to the '...AND (id NOT IN (SELECT id FROM civicrm_contact WHERE is_deleted = 1)' part of the relevant WHERE clause.