Closed
Description
When you make multiple backups they all show up on the backups page. They all have a clickable link so you can download the backup file. Each link should be unique and point to that specific backup. But all links are the same and all point only to the last backup.
Preconditions
- Magento 2.1.0 freshinstall Magento-CE-2.1.0-2016-06-23-02-28-50.tar.bz2
- PHP 5.6.23-0+deb8u1 (cli) (built: Jul 12 2016 07:33:16)
- Apache 2.4
- debian 8.5
- mysql --version
mysql Ver 15.1 Distrib 10.0.25-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Steps to reproduce
- Go to System/backup
- Create a system backup
- Create a database backup
- Create another database backup
Now you should have three unique backups. But the .tgz and .sql links on each line all point to the last backup, which is in this case a .sql file of the second database backup.
Expected result
- All links should be unique and result in downloading the backup you selected.
Actual result
- See screenshots. In the first screenshot I hover over the .tgz link of the last backup. See the url at the bottom of the screenshot. In screenshot 2, I hover over the .tgz link of the second backup. See that the url is the same. In screenshot 3 you see that when I click the .tgz link, I actually download the .sql file of the last backup. (EDIT: I now see that the screenshot did not actually show the url in the bottombar, so you will just have to try yourself)
[Screenshot, logs]
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.3 release lineGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 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 release