mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix: fix error when bulk adding empty doc link custom fields (#10832)
This commit is contained in:
parent
d3d8eef0b6
commit
44b8c4881a
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ def modify_custom_fields(
|
||||||
defaults[value_field] = value
|
defaults[value_field] = value
|
||||||
if (
|
if (
|
||||||
custom_field.data_type == CustomField.FieldDataType.DOCUMENTLINK
|
custom_field.data_type == CustomField.FieldDataType.DOCUMENTLINK
|
||||||
|
and value
|
||||||
and doc_id in value
|
and doc_id in value
|
||||||
):
|
):
|
||||||
# Prevent self-linking
|
# Prevent self-linking
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue