diff --git a/docs/api.md b/docs/api.md
index c38018f71..94ece85ab 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -417,9 +417,14 @@ The following methods are supported:
- The ordering of the merged document is determined by the list of IDs.
- Optional `parameters`:
- `"metadata_document_id": DOC_ID` apply metadata (tags, correspondent, etc.) from this document to the merged document.
+ - `"delete_originals": true` to delete the original documents. This requires the calling user being the owner of
+ all documents that are merged.
- `split`
- Requires `parameters`:
- `"pages": [..]` The list should be a list of pages and/or a ranges, separated by commas e.g. `"[1,2-3,4,5-7]"`
+ - Optional `parameters`:
+ - `"delete_originals": true` to delete the original document after consumption. This requires the calling user being the owner of
+ the document.
- The split operation only accepts a single document.
- `rotate`
- Requires `parameters`:
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 2cdb7a78a..56cfa9ae4 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -2302,11 +2302,11 @@
src/app/components/document-detail/document-detail.component.ts
- 1151
+ 1152src/app/components/document-detail/document-detail.component.ts
- 1192
+ 1193src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -2970,11 +2970,18 @@
24
+
+ Delete original documents after successful merge
+
+ src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html
+ 32
+
+ Note that only PDFs will be included.src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html
- 30
+ 34
@@ -2991,6 +2998,13 @@
28
+
+ Delete original document after successful split
+
+ src/app/components/common/confirm-dialog/split-confirm-dialog/split-confirm-dialog.component.html
+ 49
+
+ View
@@ -5475,7 +5489,7 @@
src/app/components/document-detail/document-detail.component.ts
- 1169
+ 1170src/app/guards/dirty-saved-view.guard.ts
@@ -5957,21 +5971,21 @@
Split operation will begin in the background.src/app/components/document-detail/document-detail.component.ts
- 1128
+ 1129Error executing split operationsrc/app/components/document-detail/document-detail.component.ts
- 1137
+ 1138Rotate confirmsrc/app/components/document-detail/document-detail.component.ts
- 1149
+ 1150src/app/components/document-list/bulk-editor/bulk-editor.component.ts
@@ -5982,49 +5996,49 @@
This operation will permanently rotate the original version of the current document.src/app/components/document-detail/document-detail.component.ts
- 1150
+ 1151Rotation will begin in the background. Close and re-open the document after the operation has completed to see the changes.src/app/components/document-detail/document-detail.component.ts
- 1166
+ 1167Error executing rotate operationsrc/app/components/document-detail/document-detail.component.ts
- 1178
+ 1179Delete pages confirmsrc/app/components/document-detail/document-detail.component.ts
- 1190
+ 1191This operation will permanently delete the selected pages from the original document.src/app/components/document-detail/document-detail.component.ts
- 1191
+ 1192Delete pages operation will begin in the background. Close and re-open or reload this document after the operation has completed to see the changes.src/app/components/document-detail/document-detail.component.ts
- 1206
+ 1207Error executing delete pages operationsrc/app/components/document-detail/document-detail.component.ts
- 1215
+ 1216
@@ -6417,7 +6431,7 @@
Merged document will be queued for consumption.src/app/components/document-list/bulk-editor/bulk-editor.component.ts
- 819
+ 822
diff --git a/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html b/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html
index 0da291c94..576861ff2 100644
--- a/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html
+++ b/src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html
@@ -27,6 +27,10 @@
}
+