mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix: fix auto-dismiss completed tasks on open document (#7869)
This commit is contained in:
parent
95d1abd416
commit
facec317ef
@ -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…
x
Reference in New Issue
Block a user