Skip to content

Fix issue update js

Created by: dblessing

Previously, when an assignee was changed on an issue the milestone nav text would change. This is unrelated to changing the assignee and it should not happen. Notice the text "To issue list | Milestone v2.0" in the first image below. Now see that "Milestone" is no longer present in the text in the second image. This fix matches the html structure in javascript so each renders identically.

On page load: issue_nav1

After changing assignee: issue_nav2

Merge request reports