-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix milestones page #9770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix milestones page #9770
Conversation
Signed-off-by: jolheiser <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works :)
@jolheiser created backport |
It seems to always has been multi-select but it feel wrong to hide it. |
I simply NOT hide it - to be consistent |
Thanks? |
Codecov Report
@@ Coverage Diff @@
## master #9770 +/- ##
==========================================
+ Coverage 42.32% 42.32% +<.01%
==========================================
Files 600 600
Lines 78357 78357
==========================================
+ Hits 33165 33168 +3
+ Misses 41136 41134 -2
+ Partials 4056 4055 -1
Continue to review full report at Codecov.
|
Resolves #9748
In the past (before multi-select) I'm guessing this template check was because the selected repo would be the repo name for all the listed milestones.
If I missed something, please let me know. 😃