Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Handle extends_entity_column_value for contributions. #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johanv
Copy link
Collaborator

@johanv johanv commented Feb 16, 2017

Closes #12 - Added an example as well.

$entitySubTypeKey = in_array($entityType, [
'Activity',
'Event'
]) ? 'value' : 'id';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ParticipantEventType also works based on the value, not the id. 'ParticipantEventType' should also be included in the in_array statement

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants