Fix assign yourself bug
What does this MR do?
Fixes a bug where clicking assign yourself
doesn't display the selected assignee inside the assignee(s)
section (FE)
Steps to reproduce
- Go to an unassigned issue
- Open the assignee dropdown
- Close the assignee dropdown
- Click
assign yourself
- Open the assignee dropdown
- Notice that the selected user is not in the
assignee(s)
section as it should be
Are there points in the code the reviewer needs to double check?
Shouldn't be
Why was this MR needed?
Fixes bug
Screenshots (if relevant)
Before | After |
---|---|
Does this MR meet the acceptance criteria?
Yes