mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-23 23:49:08 -06:00
Add update_document flag to bulkEdit remove_password
This commit is contained in:
@@ -1439,6 +1439,7 @@ export class DocumentDetailComponent
|
|||||||
this.documentsService
|
this.documentsService
|
||||||
.bulkEdit([this.document.id], 'remove_password', {
|
.bulkEdit([this.document.id], 'remove_password', {
|
||||||
password: this.password,
|
password: this.password,
|
||||||
|
update_document: true,
|
||||||
})
|
})
|
||||||
.pipe(first(), takeUntil(this.unsubscribeNotifier))
|
.pipe(first(), takeUntil(this.unsubscribeNotifier))
|
||||||
.subscribe({
|
.subscribe({
|
||||||
|
|||||||
Reference in New Issue
Block a user