jolupa / stdbgames

A database for all Stadia Games created with CodeIgniter4 and Sqlite3
https://stdb.games
MIT License
6 stars 3 forks source link

If there are no games in your library you cannot see games in your wishlist. #15

Closed Harrk closed 3 years ago

Harrk commented 3 years ago

Wishlist is only rendered when there are no errors. Because I have no games in my library an error is being raised which conflicts with the wishlist. As a result the wishlist also believes there are no games.

https://github.com/jolupa/stdbgames/blob/e7a39c2fd7996fea169327cfbe7a3b1625d9452f/app/Controllers/Libraries.php#L13

https://github.com/jolupa/stdbgames/blob/604a663abfef0b87ff461804e6646c5559df8b88/app/Views/wishlists/userwishlist.php#L1-L9

I've opened up a PR #14 which might resolve this. I'm not currently set up to test so it's mostly coded blind. Hopefully it gives a head start on where to look in any case.