compucorp / uk.co.compucorp.civicrm.pivotreport

CiviCRM Pivot table reporting solution
Other
8 stars 13 forks source link

GS-79: Contact id and id both show the contact id in memberships and contributions #52

Closed coldrunKacper closed 7 years ago

coldrunKacper commented 7 years ago

There was an issue causing Contact's ID and entity ID have the same values. It was because ID of Contact subchain was rewriting an entity ID (due to having the same field name). To handle this I changed Data classes for Contribution and Membership entities. Now the main entity's response and the subchain response is separated into different group so there is no field name conflict anymore.