Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.4.0
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
Pull request (https://github.com/civicrm/civicrm-drupal/pull/63) adds a custom relationship handler to control how the civicrm_relationship table joins to the civicrm_contact table. It allows to add conditions to the join which specify what type of relationships are being joined and whether those relationships are active or not.
This achieves feature parity with the old civicrm_handler_relationship.inc handler.