Closed
Description
Steps to reproduce
- Install Magento from
develop
branch. - Go to Admin Panel
- Go to System -> Import.
- Select "Products" in Entity Type field.
- Set: Import Behavior: "Add/Update", select valid file to import.
- Click "Check Data", wait for validation to complete.
- Click "Import".
Expected result
- The request is sent to http://obo-demo.testing.cgi-labs.de/admin/admin/import/start/key/[some-key]/?form_key=[form-key] OR
- The request URL doesn't contain form key as form key is present in the POST payload.
Actual result
- Request URL is: http://obo-demo.testing.cgi-labs.de/admin/admin/import/start/key/[some_key]/&form_key=[form-key] (note the "&" instead of "?"). Form key is also in the payload.
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Failed. Automatic verification of issue format is failedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release