Automatically closed - issue fixed for 2 weeks with no activity.
Hi there.
First thanks for this modules, you did a great job.
And I have a question: is there any chance that civicrm_membership_status table data would be added to the views in the nearest future?
I need a view with joined data like this:
SELECT *
FROM civicrm_membership
LEFT JOIN civicrm_membership_status ON civicrm_membership_status.id = civicrm_membership.status_id
WHERE is_current_member=1
So it would be great to have civicrm_membership_status fields available as view fields and filters.
Fixed
2.2
CiviCRM Entity Views Extras
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.