Wizard: restrict multiple targets when creating a bp (HMS-11101) - #4747
Open
ksiekl wants to merge 2 commits into
Open
Wizard: restrict multiple targets when creating a bp (HMS-11101)#4747ksiekl wants to merge 2 commits into
ksiekl wants to merge 2 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #4747 +/- ##
==========================================
+ Coverage 77.93% 77.98% +0.05%
==========================================
Files 264 264
Lines 7069 7077 +8
Branches 2597 2562 -35
==========================================
+ Hits 5509 5519 +10
+ Misses 1464 1459 -5
- Partials 96 99 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
ksiekl
force-pushed
the
single-target-radio
branch
4 times, most recently
from
August 13, 2026 12:24
6fe1ed7 to
f3ad46b
Compare
When a user creates a new blueprint, we want to have the options for target environments restricted to just one selection, so there will be radio buttons. However, if the user wants to edit a bp that already consisted of multiple target envs, we keep the checkboxes there (for now, until the migration is done.)
ksiekl
force-pushed
the
single-target-radio
branch
from
August 13, 2026 13:09
f3ad46b to
832421c
Compare
ksiekl
marked this pull request as ready for review
August 13, 2026 13:42
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
When a user creates a new blueprint, we want the target environment options to be limited to a single selection, so there will be radio buttons. However, if the user wants to edit a bp that already includes multiple target envs, we keep the checkboxes there (for now, until the migration is complete).
