Make issue warning banner non dismissible on milestone page
What does this MR do and why?
Make issue warning banner non dismissible on milestone page
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Checkout this branch and run gdk locally
- Go to milestones page from project or from homepage milestone's menu
- Open any single milestone that has more than 500 issues or add not after if
if not display_issues_count_warning?(``@milestone``)on line no 3 ofapp/views/shared/milestones/_issues_tab.html.hamlto emulate showing of issue warning banner temporarily. - Notice the banner doesn't have close button
- Compare to master branch where it does have close button which doesn't work

