fix(projects): Disable release health setup buttons when platform is not supported#72567
Merged
Merged
Conversation
scttcper
approved these changes
Jun 11, 2024
roggenkemper
approved these changes
Jun 11, 2024
d1460b1 to
122e769
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #72567 +/- ##
===========================================
+ Coverage 56.95% 78.02% +21.06%
===========================================
Files 6585 6596 +11
Lines 293603 293978 +375
Branches 50671 50726 +55
===========================================
+ Hits 167223 229363 +62140
+ Misses 121662 58361 -63301
- Partials 4718 6254 +1536
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #72560
Consistently displays a disabled setup button when the project platform does not support release health. Previously, we only did this on the project list page but not on the project details page.
Before:
After: