Project 'gitlab-org/gitlab-ee' was moved to 'gitlab-org/gitlab'. Please update any links and bookmarks that may still have the old path.
Fix milestone total weight is missing on the milestone page
1 unresolved thread
1 unresolved thread
What does this MR do?
Add the milestone total weight to the summary on the milestone page that was removed by this commit https://gitlab.com/gitlab-org/gitlab-ee/commit/6f3142465f901a68a2cc394e635121a27acd90d7.
Screenshots (if relevant)
- Before
- After
What are the relevant issue numbers?
Fixes #1340 (closed)
Merge request reports
Activity
@alfredo1 Could you review the MR for me, please? Thanks :)
assigned to @alfredo1
@dbalexandre LGTM!
assigned to @dbalexandre
@smcgivern Could you do a final review for me, please?
assigned to @smcgivern
25 25 %span.milestone-stat 26 26 %strong== #{milestone.percent_complete(current_user)}% 27 27 complete 28 %span.milestone-stat 29 %span.remaining-days= milestone_remaining_days(milestone) 28 - remaining_days = milestone_remaining_days(milestone) 29 - if remaining_days.present? 30 %span.milestone-stat 31 %span.remaining-days= remaining_days @dbalexandre awesome, thanks!
I think we probably should backport to CE, but that won't stop this getting merged.
mentioned in commit cd2b0361
mentioned in commit 87523f3a
added Enterprise Edition label
Please register or sign in to reply