mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Adds an optional API field to follow the filenaming format when creating a bulk download zip
This commit is contained in:

committed by
Trenton H

parent
ff4a8b37bd
commit
54bb1ae27d
@@ -287,6 +287,9 @@ class Document(models.Model):
|
||||
return open(self.archive_path, "rb")
|
||||
|
||||
def get_public_filename(self, archive=False, counter=0, suffix=None) -> str:
|
||||
"""
|
||||
Returns a sanitized filename for the document, not including any paths.
|
||||
"""
|
||||
result = str(self)
|
||||
|
||||
if counter:
|
||||
|
Reference in New Issue
Block a user