mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-30 18:27:56 +01:00
Fix
This commit is contained in:
parent
339612f4ec
commit
767118fa8a
3 changed files with 9 additions and 6 deletions
|
|
@ -787,6 +787,7 @@ class DocumentViewSet(
|
|||
)
|
||||
matched_types = match_document_types_by_name(
|
||||
llm_resp.get("document_types", []),
|
||||
request.user,
|
||||
)
|
||||
matched_paths = match_storage_paths_by_name(
|
||||
llm_resp.get("storage_paths", []),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue