Skip to content
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

[Story #42] User deletes images in bulk #461

Closed
tkacheva opened this issue Sep 24, 2019 · 1 comment
Closed

[Story #42] User deletes images in bulk #461

tkacheva opened this issue Sep 24, 2019 · 1 comment
Labels
Milestone

Comments

@tkacheva
Copy link

tkacheva commented Sep 24, 2019

Story

As a Merchant I want to delete selected images from Magento Media Gallery so that I can manage images with less clicks than it was before

Business Value

User deletes images with less clicks

Preconditions

  • Admin User is logged into Admin Panel
  • Admin User views images in Media Gallery

Acceptance Criteria

  • User selects images to delete. Selected state is retained when using pagination
  • User can filter the images and select all to delete
  • If any of the selected images are used on the storefront, user sees the warning message. Message says how many of selected images are used on storefront and gives an option to view them. User can move on and delete the images anyway.
  • User deletes the images and sees the images disappear from the gallery. The images information is deleted from the data base. Image file and all the renditions are deleted from the media server. If images were used on the storefront, there are no broken image links.
  • User sees the option to add the image into the content to be not active when several images selected.
@tkacheva tkacheva changed the title [Story #42] User deletes images contextually [Story #42] User deletes images in bulk Nov 18, 2019
@sivaschenko
Copy link
Member

Task:

  • Endpoint to accept asset ids instead of single id for deletion + Integration test
  • Frontend implementation (checkboxes + additional selected attribute to the image component - update Delete Selected button functionality) + MFTF test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants