Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: Drupal Integration Modules
-
Labels:
Description
Steps to reproduce:
1. Create a drupal view of civicrm activities
2. Add a 'Civicrm Activity Assignments' relationship
3. Add civicrm contact display name based on assignee relationship
The 'assignee' will have no correlation to the activity at all.
This is because the the relationship is joining the civicrm_contact and civicrm_activity_assignment tables on their id columns, rather than their id column and assignee_contact_id column, respectively.
The attached patch corrects this.
Attachments
Issue Links
- duplicates
-
CRM-10441 Views integration: wrong join fields used for target contact and source record
- Done/Fixed