Skip to content

Commit

Permalink
CRM-21406 - Make standalone export work in popup context
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw authored and sluc23 committed Jan 10, 2018
1 parent 08c5300 commit 605c486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/Export/Form/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 605c486

Please sign in to comment.