-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Refactoring of the plugin responsible for the image/directory delete functionality + adjust tests #27994
Refactoring of the plugin responsible for the image/directory delete functionality + adjust tests #27994
Conversation
Hi @coderimus. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @sivaschenko, thank you for the review.
|
@coderimus can you please add the testing scenario for QA to be able to check the changes |
@sivaschenko QA steps added. Please, validate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ QA Failed
The Deleted image reappears in Megia Gallery
The issue with deleted image reappearing should be addressed by magento/adobe-stock-integration#1279 |
Pull Request state was updated. Re-review required.
Hi @sivaschenko, thank you for the review. |
…ctory delete functionality + adjust tests #27994
Hi @coderimus, thank you for your contribution! |
Description (*)
While working on one of the ASI issues I found one bug and the way we can improve some part of the MediaGallery. Also, fix a bug with deleting an image uploaded to the root media folder.
This PR provides:
Related Pull Requests
N/A
Fixed Issues (if relevant)
N/A
Manual testing scenarios (*)
Image delete test
Magento 2 v2.4-develop
Catalog
->Categories
Content
collapsable panel and pressSelect from gallery
media_gallery_asset
for the uploaded imageDelete Selected
in the Meda gallery control panelAccepted result: image deleted from the physical storage and from the
media_gallery_asset
Folder with images delete test
Magento 2 v2.4-develop
Catalog
->Categories
Content
collapsable panel and pressSelect from gallery
Create Folder
and create a custom foldermedia_gallery_asset
for the uploaded imagesDelete Folder
in the Meda gallery control panelAccepted result: images deleted from physical storage, folder deleted from physical storage and from the
media_gallery_asset
Questions or comments
N/A
Contribution checklist (*)