mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: use hard delete when bulk editing custom fields (#8740)
This commit is contained in:
parent
49a96ccee0
commit
765bf1d11c
@ -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…
x
Reference in New Issue
Block a user