Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
krwong committed Dec 11, 2023
1 parent cda8a94 commit 212953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/admin/src/ResultObjectActionMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ define('ResultObjectActionMenu', [ 'jquery', 'jquery-ui', 'StringUtilities', 'A
case "exportMemberOrder" :
self.actionHandler.addEvent({
action : 'ChangeLocation',
url : "api/edit/memberOrder/export/csv/" + metadata.id,
url : "api/edit/memberOrder/export/csv?ids=" + metadata.id,
application: "services"
});
break;
Expand Down

0 comments on commit 212953b

Please sign in to comment.