Back to Paperless Ngx

Merge Confirm Dialog.Component

src-ui/src/app/components/common/confirm-dialog/merge-confirm-dialog/merge-confirm-dialog.component.html

2.20.15466 B
Original Source

{{title}}

{{message}}

Documents: @for (documentID of documentIDs; track documentID) { - {{getDocument(documentID)?.title}} }

Use metadata from:Regenerate all metadata @for (document of documents; track document.id) { {{document.title}} }

Try to include archive version in merge for non-PDF files

Delete original documents after successful merge @if (!archiveFallback) {

Note that only PDFs will be included.

}

{{cancelBtnCaption}} {{btnCaption}}