Skip to content
Snippets Groups Projects
Commit 41fbafb2 authored by mattwire's avatar mattwire
Browse files

Merge branch 'participant-status-canonical' into 'master'

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

Closes #230

See merge request extensions/civirules!262
parents 1ddc6b6b 61685ecd
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