-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[CE 2.1.0] Fatal issue on BO edit page if a media has been directly deleted on the server #5871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm seeing the same issue on 2.1. |
Anton--can you take a look at this? While marked as "improvement" i think the impact here feels like a bug in terms of missing protection from scenario of one or more product images being deleted from the server. We must fix to ensure product edit page still available. |
Hi @spipu , thanks for reporting. We already have internal ticket MAGETWO-54718 for fixing this issue and we're working on it. Best |
I'm seeing the same issue on 2.1.1 EE |
The issue has been delivered to 2.1.3 |
tested, ok |
[pangolin] deliver MFTF 3.0.0 to 2.4.0-develop
Hi,
The steps are :
It is because there is no protection here:
https://github.com/magento/magento2/blob/2.1/app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Gallery/Content.php#L135
I think it could be a good think to do something like this :
The text was updated successfully, but these errors were encountered: