Skip to content

Fix escape name in assignYourself

What does this MR do?

Fix the display of escaped characters when using the 'assign to me' button on issues.

Previously !14170 (closed) was opened against this issue, but was not merged. This MR keeps the _.escape call on the data needed and uses a template literal to create the input element holding the data instead of document.createElement

Before

Screen_Shot_2019-01-31_at_11.19.59_am

After

Screen_Shot_2019-01-31_at_11.19.36_am

What are the relevant issue numbers?

#37673 (closed)

Does this MR meet the acceptance criteria?

Closes #37673 (closed)

Edited by Ezekiel Kigbo

Merge request reports

Loading