Wizard: Add warning when value wasn't added (HMS-11180) - #4757
Draft
regexowl wants to merge 1 commit into
Draft
Conversation
regexowl
force-pushed
the
warn-on-pending
branch
from
August 14, 2026 08:46
6d4f2b2 to
e79e44d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #4757 +/- ##
=======================================
Coverage 79.24% 79.24%
=======================================
Files 265 265
Lines 7011 7040 +29
Branches 2547 2561 +14
=======================================
+ Hits 5556 5579 +23
- Misses 1357 1370 +13
+ Partials 98 91 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
regexowl
force-pushed
the
warn-on-pending
branch
from
August 19, 2026 08:33
e79e44d to
d923a36
Compare
This will render a warning when the user filled in one of the LabelInput inputs, but didn't add the value with the "Add" button or with the Enter keydown.
regexowl
force-pushed
the
warn-on-pending
branch
from
August 21, 2026 06:33
d923a36 to
93befc0
Compare
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.
This will render a warning when the user filled in one of the LabelInput inputs, but didn't add the value with the "Add" button or with the Enter keydown.
JIRA: HMS-11180