Skip to content

Commit

Permalink
Merge pull request #15791 from seamuslee001/event_search_url_variables
Browse files Browse the repository at this point in the history
Fix Participant Search in force mode to support query parameters in URL
  • Loading branch information
seamuslee001 authored Nov 11, 2019
2 parents 870d510 + e07ecf6 commit b990fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Contact/Form/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ protected function loadMetadata() {
// can't by pass acls by passing search criteria in the url.
$this->addSearchFieldMetadata(['Contribution' => CRM_Contribute_BAO_Query::getSearchFieldMetadata()]);
$this->addSearchFieldMetadata(['ContributionRecur' => CRM_Contribute_BAO_ContributionRecur::getContributionRecurSearchFieldMetadata()]);
$this->addSearchFieldMetadata(['Participant' => CRM_Event_BAO_Query::getSearchFieldMetadata()]);
}

}

0 comments on commit b990fba

Please sign in to comment.