Pass saved_view owner as id only (#4158)

This commit is contained in:
shamoon
2023-09-10 16:37:35 -07:00
committed by GitHub
parent 650c816a7b
commit 9a0e44a731
15 changed files with 15 additions and 16 deletions

View File

@@ -476,7 +476,6 @@ class SavedViewSerializer(OwnedObjectSerializer):
class Meta:
model = SavedView
depth = 1
fields = [
"id",
"name",