Extended BulkDownloadSerializer to support PDF merge
This commit is contained in:
parent
8878e5d0e3
commit
515875f3ff
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user