Skip to content

Commit

Permalink
Merge branch 'master' into fix/prof-popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu authored Mar 7, 2019
2 parents 4b7b727 + 612e7ca commit a39a224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def get_queryset(self):
if 'is_featured' in param_keys:
queryset = queryset.filter(
is_featured=self.request.query_params.get('is_featured'),
is_open=(self.request.query_params.get('is_open').lower() == 'true'),
is_open=True,
)

# order
Expand Down

0 comments on commit a39a224

Please sign in to comment.