Merge branch '4.6' into master
authorColeman Watts <coleman@civicrm.org>
Mon, 20 Jul 2015 14:20:33 +0000 (10:20 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 20 Jul 2015 14:20:33 +0000 (10:20 -0400)
1  2 
CRM/Contact/Form/Search/Advanced.php
CRM/Core/BAO/CustomField.php
CRM/Core/BAO/CustomQuery.php
templates/CRM/Case/Form/Activity.tpl

index 8335159080ac5b69b8cf8e135594f9ad29567149,6572be6c58953556ee47c24cb0f6d092484a22db..e82ae6bf3573b6de0e2b557f9cc2ad86b367a6ed
@@@ -377,10 -377,8 +377,11 @@@ class CRM_Contact_Form_Search_Advanced 
        'activity_type_id',
        'status_id',
        'activity_subject',
 +      'contribution_page_id',
 +      'contribution_product_id',
 +      'payment_instrument_id',
      );
+     $specialParams += preg_grep('/^custom_/', array_keys($this->_formValues));
      foreach ($specialParams as $element) {
        $value = CRM_Utils_Array::value($element, $this->_formValues);
        if ($value) {
Simple merge
Simple merge
Simple merge