Skip to content

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

  1. Go to an unassigned issue
  2. Open the assignee dropdown
  3. Close the assignee dropdown
  4. Click assign yourself
  5. Open the assignee dropdown
  6. 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
2017-05-02_14.33.10 2017-05-02_14.52.53

Does this MR meet the acceptance criteria?

Yes

What are the relevant issue numbers?

#1904 (closed)

Merge request reports