mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Fix: support doc_pk storage path placeholder (#4179)
This commit is contained in:
parent
1a87c730bc
commit
d1292c59ea
2 changed files with 2 additions and 1 deletions
|
|
@ -835,6 +835,7 @@ class StoragePathSerializer(MatchingModelSerializer, OwnedObjectSerializer):
|
|||
tag_list="tag_list",
|
||||
owner_username="someone",
|
||||
original_name="testfile",
|
||||
dock_pk="doc_pk",
|
||||
)
|
||||
|
||||
except KeyError as err:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue