Skip to content

Commit

Permalink
CRM-21170 - Provide option to filter by contact id & external id (civ…
Browse files Browse the repository at this point in the history
…icrm#10966)

* CRM-21170 - Provide option to filter by contact id & external id
  • Loading branch information
yashodha authored and seamuslee001 committed Oct 12, 2017
1 parent db6dff5 commit f34031f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/Core/Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,8 @@ public static function getEntityRefFilters() {
array('key' => 'country', 'value' => ts('Country'), 'entity' => 'address'),
array('key' => 'gender_id', 'value' => ts('Gender')),
array('key' => 'is_deceased', 'value' => ts('Deceased')),
array('key' => 'contact_id', 'value' => ts('Contact ID'), 'type' => 'text'),
array('key' => 'external_identifier', 'value' => ts('External ID'), 'type' => 'text'),
array('key' => 'source', 'value' => ts('Contact Source'), 'type' => 'text'),
);

Expand Down

0 comments on commit f34031f

Please sign in to comment.