Purchase info doesn't get applied when adding individual minifigures. #151
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm really loving the latest update, so despite filing several bugs, I'm thrilled with what you've built so far. Thank you!
Repro:
In 1.4.0
Add an individual minifigure (fig-XXXXX)
Apply purchase data (date, price, location) before pushing the "add" button.
After adding, navigate to the newly-added minifigure.
Note that the purchase details reflect the purchase location, but price and date info has been lost.
Thanks for all the bug reports! Been testing 1.4 for some time myself, so I'm frustrated that i didn't catch these bugs myself. I'll look at each of them and get back to you this weekend!
Software is hard, extra hard without a dedicated testing team.
Purchase date, price, and notes are now all saved correctly when adding individual minifigures. The backend already supported them, the frontend just wasn't sending them. Also noticed notes weren't being saved either so got that in the same fix. And thanks for the kind words, really appreciate it!
The fixes are available now in the
pre-1.4.1Docker tag if you want to test. Will be pushed to1.4.1andlatestonce a couple more things are sorted.