You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing a case with an open task does not dismiss task in "My tasks"
Request Type
Bug
Work Environment
Question
Answer
OS version (server)
Ubuntu
OS version (client)
10
TheHive version / git hash
2.12
Package Type
From source
Problem Description
Closing an open case with an open task should close the task. However, if the task has been assigned, the task is not dismissed from My Tasks. See below where there is only one open task, however, there are 2 for the My Tasks bade.
Steps to Reproduce
Open a case
Assign a task to yourself
Close the case (which should close the task)
Observe the number of "My Tasks" in the header. Despite case and task being closed, the My Tasks number in the header has not changed.
Complementary information
The text was updated successfully, but these errors were encountered:
nadouani
changed the title
[Bug] Closing a case with an open task does not dismiss task in "My tasks"
Closing a case with an open task does not dismiss task in "My tasks"
Jul 27, 2017
This issue is a bit tricky. In fact, the "My Task" badge listens to any action made on tasks, and returned by the action stream. But when closing a case with an open task, the action stream will notify for a case update (with a sub notification of case update).
We need to refactor the action stream service to allow listening to "sub-events"
Closing a case with an open task does not dismiss task in "My tasks"
Request Type
Bug
Work Environment
Problem Description
Closing an open case with an open task should close the task. However, if the task has been assigned, the task is not dismissed from My Tasks. See below where there is only one open task, however, there are 2 for the My Tasks bade.
Steps to Reproduce
Complementary information
The text was updated successfully, but these errors were encountered: