Saving Category with existing image causes an exception #8069
Labels
Component: Catalog
Fixed in 2.1.x
The issue has been fixed in 2.1 release line
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Reproduced on 2.1.x
The issue has been reproduced on latest 2.1 release
Reproduced on 2.2.x
The issue has been reproduced on latest 2.2 release
Preconditions
Using custom Ubuntu xenial vagrant-box, php7, apache
Have latest stable release of Magento 2.1.3 installed.
No 3rd part modules installed
Steps to reproduce
Steps to reproduce
Expected result
Actual result
Notes
This seems to be an issue where on saving the, afterSave method on Magento\Catalog\Model\Category\Attribute\Backend\Image invoke the call to moveFileFromTmp, however as the file has already been moved on the original save, this caused moveFileFromTmp to throw an exception as it can't find the temporary file.
The text was updated successfully, but these errors were encountered: