mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-19 09:13:24 +00:00
use root_document_id
This commit is contained in:
@@ -667,7 +667,7 @@ def merge_as_versions(
|
||||
for source_id in source_ids:
|
||||
next_version_index += 1
|
||||
updates = {
|
||||
"root_document": root_document,
|
||||
"root_document_id": root_document.pk,
|
||||
"version_index": next_version_index,
|
||||
"archive_serial_number": None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user