Add update_document flag to bulkEdit remove_password

This commit is contained in:
shamoon
2025-11-03 15:31:51 -08:00
parent 6dfb18bc0b
commit 4e67f13187

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({