Skip to content
Snippets Groups Projects
Commit ee2137ee authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'master' into 'SDC-438-filters-on-dashboard'

parents 1af0cba5 bb703f7d
Branches
No related tags found
3 merge requests!187Master,!186Sdc 438 filters on dashboard,!182https://support.astron.nl/jira/browse/SDC-496
...@@ -828,7 +828,7 @@ class GetUniqueValuesForKey(generics.ListAPIView): ...@@ -828,7 +828,7 @@ class GetUniqueValuesForKey(generics.ListAPIView):
queryset = self.get_queryset() queryset = self.get_queryset()
queryset = self.filter_queryset(queryset) queryset = self.filter_queryset(queryset)
return Response({'aggregation_key': aggregation_key, return Response({'aggregation_key': aggregation_key,
'result': algorithms.unique_values_for_aggregation_key( 'results': algorithms.unique_values_for_aggregation_key(
queryset, queryset,
aggregation_key) aggregation_key)
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment