Extended BulkDownloadSerializer to support PDF merge
This commit is contained in:
@@ -874,6 +874,10 @@ class BulkDownloadSerializer(DocumentListSerializer):
|
|||||||
default="none",
|
default="none",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
single_file = serializers.BooleanField(
|
||||||
|
default=False,
|
||||||
|
)
|
||||||
|
|
||||||
follow_formatting = serializers.BooleanField(
|
follow_formatting = serializers.BooleanField(
|
||||||
default=False,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user