TooLongDintRead
1 years ago
[LARP DB] TMW you find a bug and you wonder "How the fuck am I going to fix this?" and then withing 15 minutes you realize where the bug is coming from and squash it.

Awwwww yus.
TooLongDintRead
1 years ago
Long story short, it was a bug where when you tried to add an unapproved item to a new character sheet as starting item or sheet item it would barf.
TooLongDintRead
1 years ago
Turns out the call I had for pulling item data on a click could only pull approved items, so the only thing I needed to do was send along a true/false boolean on the call based on the state of the toggle that controls if the items listed on screen are approved or unapproved, then route the call properly based on that.
立即下載