Pass saved_view owner as id only (#4158)

This commit is contained in:
shamoon
2023-09-10 16:37:35 -07:00
committed by Rock
parent daefe7bd8d
commit 2bfbfe1d90
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",