EchoMTG / website

Nuxt powered frontend website, open-source for community contributions.
https://beta.echomtg.com
Apache License 2.0
5 stars 1 forks source link

[BUG] Group update on "Acquired Date" through UI blanks that "Acquired Price" on the cards. One-way data destruction. #313

Closed rdpettit closed 9 months ago

rdpettit commented 9 months ago

Describe the bug When the multi-select "group update" in Collection is used to change the acquisition date for a group of cards, that succeeds.

However, it also sets the acquisition price to 0. It doesn't look like the zero is on the payload from client to back-end, but the value is updated to zero.

To Reproduce Go to collection, select multiple cards, use the group edit button to update the date. Revisit the card after that completes, the acquisition cost is 0

Expected behavior A clear and concise description of what you expected to happen.

Screenshots or Videos If applicable, add screenshots to help explain your problem. You can copy and paste right into this comment section.

rdpettit commented 9 months ago

@ardeay Any updates on this? I just opened a second bug because there are apparently multiple features impacted.

ardeay commented 9 months ago

@rdpettit this issue was resolved with the #315 issue, PR is on a private repo for the API so cannot be linked.