mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Add true note name if we use an alias
This commit is contained in:
@ -86,7 +86,7 @@ class NotePolymorphicViewSet(viewsets.ModelViewSet):
|
||||
else:
|
||||
queryset = queryset.none()
|
||||
|
||||
return queryset
|
||||
return queryset.distinct()
|
||||
|
||||
|
||||
class AliasViewSet(viewsets.ModelViewSet):
|
||||
|
Reference in New Issue
Block a user