Skip to content

Commit c83fef1

Browse files
authored
[ANG-1048] make is_public and bookmarks field filterable for collections (#11356)
1 parent 8eef3fa commit c83fef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/collections/serializers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class CollectionSerializer(JSONAPISerializer):
2929
'title',
3030
'date_created',
3131
'date_modified',
32+
'is_public',
33+
'bookmarks',
3234
])
3335

3436
id = IDField(source='_id', read_only=True)

0 commit comments

Comments
 (0)