Skip to content

Fix encoding of branch names on compare and new merge request page

Inactive Account requested to merge winh-new-merge-request-encoding into master

What does this MR do?

Remove unnecessary encoding from dropdowns on compare and new merge request pages.

Why was this MR needed?

Branches with special characters couldn't be found.

Screenshots

Before After
Screen_Shot_2018-05-25_at_18.40.27 Screen_Shot_2018-05-25_at_18.40.58
Screen_Shot_2018-05-25_at_18.38.13 Screen_Shot_2018-05-25_at_18.36.54
Screen_Shot_2018-05-25_at_18.39.38 Screen_Shot_2018-05-25_at_18.37.18
Screen_Shot_2018-05-25_at_18.39.58 Screen_Shot_2018-05-25_at_18.37.38

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Tests added for this feature/bug
  • Conform by the code review guidelines
    • Has been reviewed by a Frontend maintainer
    • Has been reviewed by a Backend maintainer

What are the relevant issue numbers?

fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46627

Edited by Mike Greiling

Merge request reports