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

[#62] Trash/Restore/Delete Auction's Associated Bid Product #122

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

bd-viget
Copy link
Contributor

Summary

This PR handles the trashing, restoring, and deleting of Bid Products when the action of the same type is performed on the associated Auction.

Issues

Testing Instructions

  1. Create an Auction
    • You should see a new Bid Product under Products with the SKU: BID-{Auction ID}
  2. Move the Auction to the Trash
    • The associated Bid Product should automatically be moved to the trash
  3. Restore the Auction
    • The associated Bid Product should automatically be restored from the trash
  4. Trash the Auction & Delete Permanently
    • The associated Bid Product should automatically be deleted permanently.

Copy link
Contributor

@nathan-schmidt-viget nathan-schmidt-viget left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great!

@bd-viget bd-viget merged commit faf4001 into main Jan 5, 2024
1 check passed
@bd-viget bd-viget deleted the bd/62-delete-bid-product branch January 5, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants