PrayTeam / scriptured-prayer

GNU Affero General Public License v3.0
1 stars 0 forks source link

[BUG] Category Decks Have Cards of All Categories #126

Open Soyokaze-42 opened 3 weeks ago

Soyokaze-42 commented 3 weeks ago

Describe the bug In release 0.6.1, category decks at the bottom of the index page all have all the cards.

To Reproduce Steps to reproduce the behavior: Click on one of the category decks and swipe until you see a card that does not belong.

Expected behavior Each deck should be limited to its category.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context The API call is trying to use the card_category_id filter that does not exist. That should be category_id instead.