mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-10-29 17:52:39 -04:00
Fix: fix error when bulk adding empty doc link custom fields (#10832)
This commit is contained in:
parent
d3d8eef0b6
commit
44b8c4881a
@ -181,6 +181,7 @@ def modify_custom_fields(
|
||||
defaults[value_field] = value
|
||||
if (
|
||||
custom_field.data_type == CustomField.FieldDataType.DOCUMENTLINK
|
||||
and value
|
||||
and doc_id in value
|
||||
):
|
||||
# Prevent self-linking
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user