mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix: fix auto-dismiss completed tasks on open document (#7869)
This commit is contained in:
parent
95d1abd416
commit
facec317ef
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export class TasksService {
|
|||
.post(`${this.baseUrl}acknowledge_tasks/`, {
|
||||
tasks: [...task_ids],
|
||||
})
|
||||
.pipe(takeUntil(this.unsubscribeNotifer), first())
|
||||
.pipe(first())
|
||||
.subscribe((r) => {
|
||||
this.reload()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue