Fixed display when non-default view is selected
This commit is contained in:
@ -13,6 +13,7 @@ class CRM_ConstituentsOnly_BAO_Query extends CRM_Contact_BAO_Query_Interface {
|
||||
*
|
||||
*/
|
||||
public function select(&$query) {
|
||||
CRM_Core_Session::singleton()->set('return_properties_search', $query->_returnProperties);
|
||||
// hack for profile search
|
||||
$url = CRM_Utils_Array::value('q', $_GET);
|
||||
if (in_array($url, ['civicrm/profile', 'civicrm/contact/search/builder'])) {
|
||||
|
Reference in New Issue
Block a user