Skip to content

Fix group milestone path on issuable sidebar

What does this MR do?

Fix the milestone link in the issuable sidebar when an issue / MR has a group milestone assigned.

Are there points in the code the reviewer needs to double check?

milestone_url isn't strictly needed here, but I will need it later anyway, and it's nice to have for consistency.

Why was this MR needed?

It fixes a regression!

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/34778#note_36346483

Merge request reports