mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
This is how the original filenames were generated. Keep it this way for compatibility.
This commit is contained in:
parent
1fa2c54932
commit
23eae9a3f1
@ -72,7 +72,7 @@ def generate_filename(document):
|
||||
path = settings.PAPERLESS_FILENAME_FORMAT.format(
|
||||
correspondent=slugify(document.correspondent),
|
||||
title=slugify(document.title),
|
||||
created=document.created.date(),
|
||||
created=slugify(document.created),
|
||||
added=slugify(document.added),
|
||||
tags=tags,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user