Skip to content
Snippets Groups Projects
Unverified Commit 61685ecd authored by JonGold's avatar JonGold
Browse files

closes #230 - Fix participant status comparison to use canonical field name

parent 1ddc6b6b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class CRM_CivirulesConditions_Participant_StatusChanged extends CRM_CivirulesCon
* @return string
*/
protected function getEntityStatusFieldName() {
return 'participant_status_id';
return 'status_id';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment