Merge branch 'dev' into feature-better-asn-operations

This commit is contained in:
shamoon
2026-02-04 23:35:32 -08:00
183 changed files with 9481 additions and 5420 deletions

View File

@@ -797,7 +797,7 @@ def reflect_doclinks(
document: Document,
field: CustomField,
target_doc_ids: list[int],
):
) -> None:
"""
Add or remove 'symmetrical' links to `document` on all `target_doc_ids`
"""
@@ -860,7 +860,7 @@ def remove_doclink(
document: Document,
field: CustomField,
target_doc_id: int,
):
) -> None:
"""
Removes a 'symmetrical' link to `document` from the target document's existing custom field instance
"""