From: Coleman Watts Date: Wed, 8 Nov 2017 13:31:37 +0000 (-0500) Subject: CRM-21406 - Make standalone export work in popup context X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=df4c8e9c5acd2b7f79c63dd599882ee98dacbc73;p=civicrm-core.git CRM-21406 - Make standalone export work in popup context --- diff --git a/CRM/Export/Form/Select.php b/CRM/Export/Form/Select.php index d7f0c22f08..f1575a8b29 100644 --- a/CRM/Export/Form/Select.php +++ b/CRM/Export/Form/Select.php @@ -78,6 +78,8 @@ class CRM_Export_Form_Select extends CRM_Core_Form { * @return void */ public function preProcess() { + $this->preventAjaxSubmit(); + //special case for custom search, directly give option to download csv file $customSearchID = $this->get('customSearchID'); if ($customSearchID) {