Add update_document flag to bulkEdit remove_password

This commit is contained in:
shamoon
2025-11-03 15:31:51 -08:00
parent d4ac1fe9f5
commit 3c49cdfc51

View File

@@ -1439,6 +1439,7 @@ export class DocumentDetailComponent
this.documentsService
.bulkEdit([this.document.id], 'remove_password', {
password: this.password,
update_document: true,
})
.pipe(first(), takeUntil(this.unsubscribeNotifier))
.subscribe({