Skip to content

milestone_select: fix changing the milestone from the sidebar

Evan Lucas requested to merge evanlucas/gitlab-ce:fix-54139 into master

What does this MR do?

milestone_select: fix changing the milestone from the sidebar

5d0a829d introduced a regression that prevented changing the milestone for an issue in the sidebar on the issue board. An import was added with the same identifier as a locally scoped variable. This changes the locally scoped variable identifier.

Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/54139

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/54139

Does this MR meet the acceptance criteria?

Merge request reports