Skip to content

Commit

Permalink
Merge pull request #12643 from jmcclelland/issue320
Browse files Browse the repository at this point in the history
filter current employer report by all groups
  • Loading branch information
colemanw authored Aug 13, 2018
2 parents 70e04dd + be428a8 commit 635c3d9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions CRM/Report/Form/Contact/CurrentEmployer.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,22 +189,9 @@ public function __construct() {
),
),
),
'civicrm_group' => array(
'dao' => 'CRM_Contact_DAO_Group',
'alias' => 'cgroup',
'filters' => array(
'gid' => array(
'name' => 'group_id',
'title' => ts('Group'),
'type' => CRM_Utils_Type::T_INT,
'group' => TRUE,
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => CRM_Core_PseudoConstant::staticGroup(),
),
),
),
);

$this->_groupFilter = TRUE;
$this->_tagFilter = TRUE;
parent::__construct();
}
Expand Down

0 comments on commit 635c3d9

Please sign in to comment.