Skip to content
Snippets Groups Projects
Unverified Commit 112fd15f authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1993 from OpenTechFund/enhancement/implement_filter_on_dashboard_meta_terms

Only show metaterms with filter_on_dashboard set to true in submissio…
parents 7834a14f 2821f7db
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,7 @@ def get_screening_statuses(request):
def get_meta_terms(request):
return MetaTerm.objects.filter(
filter_on_dashboard=True,
id__in=ApplicationSubmission.objects.all().values('meta_terms__id').distinct('meta_terms__id'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment