Skip to content

Commit ac9df79

Browse files
mcahrimanstkorf
authored andcommitted
MAGETWO-99509: Download Option not working in Exports
- Fix delete and download file failure, when appending secret key to url is enabled
1 parent 15100ac commit ac9df79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Delete extends ExportController implements HttpGetActionInterface
2525
/**
2626
* url to this controller
2727
*/
28-
const URL = 'admin/export_file/delete';
28+
const URL = 'adminhtml/export_file/delete';
2929

3030
/**
3131
* @var Filesystem

app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Download extends ExportController implements HttpGetActionInterface
2323
/**
2424
* url to this controller
2525
*/
26-
const URL = 'admin/export_file/download/';
26+
const URL = 'adminhtml/export_file/download/';
2727

2828
/**
2929
* @var FileFactory

0 commit comments

Comments
 (0)