Fix: support doc_pk storage path placeholder (#4179)

This commit is contained in:
shamoon
2023-09-13 07:43:43 -07:00
committed by GitHub
parent 6317fc2294
commit 3fe4f3e280
2 changed files with 2 additions and 1 deletions

View File

@@ -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: