Skip to content

Commit

Permalink
add project and organization filters to API
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 14, 2024
1 parent a14f122 commit 48d01cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurora/api/viewsets/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class RecordFilter(filters.FilterSet):

class Meta:
model = Record
fields = ["registration", "after", "id"]
fields = ["registration", "after", "id", "registration__project", "registration__project__organization"]


class RecordPaginator(CursorPagination):
Expand Down

0 comments on commit 48d01cb

Please sign in to comment.