mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-24 01:06:17 +00:00
Adds owner and original name to the possible naming schemes
This commit is contained in:

committed by
Trenton H

parent
ef6c4e6789
commit
97ff2e126c
@@ -818,6 +818,8 @@ class StoragePathSerializer(MatchingModelSerializer, OwnedObjectSerializer):
|
||||
asn="asn",
|
||||
tags="tags",
|
||||
tag_list="tag_list",
|
||||
owner_username="someone",
|
||||
original_name="testfile",
|
||||
)
|
||||
|
||||
except (KeyError):
|
||||
|
Reference in New Issue
Block a user