Merge branch 'dev' into feature-4063-oauth-email
This commit is contained in:
commit
d018ae2ec9
@ -67,7 +67,7 @@ export class TasksService {
|
|||||||
.post(`${this.baseUrl}acknowledge_tasks/`, {
|
.post(`${this.baseUrl}acknowledge_tasks/`, {
|
||||||
tasks: [...task_ids],
|
tasks: [...task_ids],
|
||||||
})
|
})
|
||||||
.pipe(takeUntil(this.unsubscribeNotifer), first())
|
.pipe(first())
|
||||||
.subscribe((r) => {
|
.subscribe((r) => {
|
||||||
this.reload()
|
this.reload()
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user