Fix deleted audit log

[ci skip]
This commit is contained in:
shamoon
2026-02-10 17:54:17 -08:00
parent 9d3e62ff16
commit 8b722a3db5
2 changed files with 2 additions and 2 deletions

View File

@@ -1611,7 +1611,7 @@ class DocumentViewSet(
LogEntry.objects.log_create(
instance=root_doc,
changes={
"Version Deleted": [version_doc_id, "None"],
"Version Deleted": ["None", version_doc_id],
},
action=LogEntry.Action.UPDATE,
actor=actor,