Skip to content

Commit

Permalink
Merge pull request #20003 from colemanw/fixSearchKitExport
Browse files Browse the repository at this point in the history
SearchKit - Fix broken export action
  • Loading branch information
eileenmcnaughton authored Apr 8, 2021
2 parents 30439ba + 46943e6 commit e11b88a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function _run(\Civi\Api4\Generic\Result $result) {
'icon' => 'fa-file-excel-o',
'crmPopup' => [
'path' => "'civicrm/export/standalone'",
'query' => "{entity: {$entity['name']}, id: ids.join(',')}",
'query' => "{entity: '{$entity['name']}', id: ids.join(',')}",
],
];
}
Expand Down

0 comments on commit e11b88a

Please sign in to comment.