When trying to assign an already created comment to another user, the assignment does not work reliably.
Current behavior:
Reassigning a comment only works after reloading the page. After successfully reassigning one comment, the page needs to be reloaded again before another comment can be reassigned.
Steps to reproduce:
tested in issue view page and not model page
- Open an existing comment.
- Try to assign it to another user.
- The assignment does not work.
- Reload the page.
- Reassigning the comment now works.
- Try to reassign another comment.
- A page reload is required again.
Expected behavior:
Existing comments should be reassignable to another user at any time without requiring a page reload.