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

Merge remote-tracking branch 'origin/SDC-438-filters-on-dashboard' into...

Merge remote-tracking branch 'origin/SDC-438-filters-on-dashboard' into SDC-438-filters-on-dashboard
parents 16e04c0c ee2137ee
Branches
No related tags found
2 merge requests!187Master,!186Sdc 438 filters on dashboard
......@@ -828,7 +828,7 @@ class GetUniqueValuesForKey(generics.ListAPIView):
queryset = self.get_queryset()
queryset = self.filter_queryset(queryset)
return Response({'aggregation_key': aggregation_key,
'result': algorithms.unique_values_for_aggregation_key(
'results': algorithms.unique_values_for_aggregation_key(
queryset,
aggregation_key)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment