Creating session from purchase only works for a single-game purchases #83
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
After allowing purchases to contain more than 1 game it is no longer possible to automatically decide which game should be used for the "Submit & Create Session".
As a stopgap solution, we use
purchase.first_game
but this makes it impossible to select anything else. In the future there could be a modal dialogue asking the user which game he wants to start tracking.In
purchase.py
: