Skip to content

Commit

Permalink
SearchKit - Fix broken export action
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Apr 8, 2021
1 parent 30439ba commit 46943e6
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 46943e6

Please sign in to comment.