cat-documents-ng 0.3.87 → 0.3.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6275,7 +6275,7 @@ class DocumentHistoryComponent {
|
|
|
6275
6275
|
}
|
|
6276
6276
|
catch { }
|
|
6277
6277
|
const deleteAction = this.documentActionsService.createDeleteAction();
|
|
6278
|
-
this.documentViewerService.handleDocumentAction(deleteAction, this.
|
|
6278
|
+
this.documentViewerService.handleDocumentAction(deleteAction, this.contextId);
|
|
6279
6279
|
this.deleteTaskRequested.emit();
|
|
6280
6280
|
}, () => { });
|
|
6281
6281
|
}
|