You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
When using the download button on the user interface, the filename of the downloaded file does not follow the pattern defined by the env var "PAPERLESS_FILENAME_FORMAT".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello community,
When using the download button on the user interface, the filename of the downloaded file does not follow the pattern defined by the env var "PAPERLESS_FILENAME_FORMAT".
Defined:
PAPERLESS_FILENAME_FORMAT: "{created_year}-{created_month}-{created_day}{correspondent}{document_type}-{title}{tag_list}{asn}"
Filename pattern of downloaded file:
"{created_year}-{created_month}-{created_day}{correspondent}{title}"
I would like to get downloaded files with filenames as it is defined by the env var "PAPERLESS_FILENAME_FORMAT".
How can I fix this issue?
Best regards,
Artur
Beta Was this translation helpful? Give feedback.
All reactions