Back to Paperless Ngx

Merge Confirm Dialog.Component

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

3.0.3778 B
Original Source

{{title}}

{{message}}

Documents: @for (documentID of documentIDs(); track documentID) { @let document = getDocument(documentID); @if (document) { -

@if (document.correspondent) { {{document.correspondent | correspondentName | async}}: }{{document.title}} {{document.created | customDate:'mediumDate'}} @if (document.page_count) { | {document.page_count, plural, =1 {One page} other {{{document.page_count}} pages}} } } }

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}}