Closed SandraBergstrom closed 1 year ago
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:
Expected behavior It should show only posts added to bucketlist or a no posts message.
filtering was wrong so changed to correct which is filter={bucketlistownertraveler=${traveler_id}&ordering=-bucketlist__created_at&}
filter={
}
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:
Expected behavior It should show only posts added to bucketlist or a no posts message.