mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Fix: use hard delete when bulk editing custom fields (#8740)
This commit is contained in:
parent
49a96ccee0
commit
765bf1d11c
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ def modify_custom_fields(
|
|||
CustomFieldInstance.objects.filter(
|
||||
document_id__in=affected_docs,
|
||||
field_id__in=remove_custom_fields,
|
||||
).delete()
|
||||
).hard_delete()
|
||||
|
||||
bulk_update_documents.delay(document_ids=affected_docs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue