Skip to content

Commit

Permalink
Merge pull request #443 from yashodha/6.x-master-CRM-20462
Browse files Browse the repository at this point in the history
CRM-20462 - Add filter for current employer in views
  • Loading branch information
yashodha authored Jun 15, 2017
2 parents ef233b0 + 2172f69 commit 8c82cce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/views/components/civicrm.core.inc
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ function _civicrm_core_data(&$data, $enabled) {
'sort' => array(
'handler' => 'views_handler_sort',
),
'filter' => array(
'handler' => 'views_handler_filter_string',
'allow empty' => TRUE,
),
'argument' => array(
'handler' => 'views_handler_argument_string',
),
Expand Down

0 comments on commit 8c82cce

Please sign in to comment.