Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Filter for bucketlist not working #53

Closed
SandraBergstrom opened this issue Jul 1, 2023 · 1 comment
Closed

BUG: Filter for bucketlist not working #53

SandraBergstrom opened this issue Jul 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@SandraBergstrom
Copy link
Owner

Describe the bug
The filter is not working for the Bucketlist. Instead of only showing posts added to the bucketlist, it shows all posts.

To Reproduce
Steps to reproduce the behavior:

  1. Add a post to bucketlist
  2. Click on bucketlist in navbar
  3. See error

Expected behavior
It should show only posts added to bucketlist or a no posts message.

@SandraBergstrom
Copy link
Owner Author

filtering was wrong so changed to correct which is
filter={bucketlist__owner__traveler=${traveler_id}&ordering=-bucketlist__created_at&}

@SandraBergstrom SandraBergstrom added the bug Something isn't working label Jul 7, 2023
@SandraBergstrom SandraBergstrom added this to the Sprint 3 milestone Jul 7, 2023
@SandraBergstrom SandraBergstrom self-assigned this Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant