Skip to content

Commit

Permalink
Improve filters
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jul 12, 2018
1 parent d45f81a commit 01dc156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/views/filters.py
Expand Up @@ -150,7 +150,7 @@ def common_filters(
return [
Filter(
Mutation, 'sources', comparators=['in'],
choices=list(Mutation.source_fields.keys()),
choices=list(Mutation.visible_fields.keys()),
default=default_source, nullable=source_nullable,
as_sqlalchemy=source_filter_to_sqlalchemy
),
Expand Down

0 comments on commit 01dc156

Please sign in to comment.