Task status not refreshed when modal reopened
Summary
When a Task status is changed after the modal is initially opened, the new status is not reflected on subsequent modal loads. Refreshing the page correctly shows the updated status.
Steps to reproduce
- Open a task as a modal from an issue
- Change the status of the task from open to closed
- Close the modal
- Open the same task again
What is the expected correct behavior?
Status should reflect the current status when loaded.