Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
Currently, if you delete a contact which has associated civicrm_task_status record(s), these child records are not deleted. Add logic to the existing delete contact function to delete from civicrm_task_status where responsible_entity_table = 'civicrm_contact' AND responsible_entity_id = (id of contact being deleted).