mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-24 01:06:17 +00:00
Fix: support doc_pk
storage path placeholder (#4179)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user