Also support choosing a doc as a version from detail view

See https://github.com/paperless-ngx/paperless-ngx/discussions/13467
This commit is contained in:
shamoon
2026-08-18 13:25:16 -07:00
parent 46fdb11667
commit 6b19bf543f
7 changed files with 228 additions and 9 deletions
+1
View File
@@ -100,6 +100,7 @@ Think of versions as **file history** for a document.
- In document detail, selecting a version switches the preview, file metadata and content (and download etc buttons) to that version.
- Deleting a non-root version keeps metadata and falls back to the latest remaining version.
- From the document list, select two or more documents and choose **Merge as versions** to combine them under one entry. Select the root document whose metadata and permissions should be retained; the other selected documents become file versions. The root may already have versions, but documents being added as versions must not have version histories of their own.
- From a document's **Versions** menu, choose **Existing** to search for another document and add it as a version of the current document.
### Management Lists