From bad366aba894ce3e1f53157ae531bc2583d9cd6a Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 21 May 2018 13:04:03 +1200 Subject: [PATCH] Add support for contact id as a basic report filter. This is to address a declared regression https://lab.civicrm.org/dev/core/issues/126 (in 4.7.30) and also to improve flexibility --- CRM/Report/Form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 672593d8e4..8ae05d9d08 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -5299,6 +5299,7 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a 'is_order_bys' => TRUE, 'is_group_bys' => TRUE, 'is_fields' => TRUE, + 'is_filters' => TRUE, ), $options['prefix'] . 'external_identifier' => array( 'name' => 'external_identifier', -- 2.25.1