-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fixed Unable to create a domain when networkdomain is mentioned and cleared #9637
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9637 +/- ##
===========================================
Coverage 15.57% 15.57%
Complexity 12052 12052
===========================================
Files 5505 5505
Lines 482738 482741 +3
Branches 58961 60951 +1990
===========================================
+ Hits 75203 75204 +1
- Misses 399226 399229 +3
+ Partials 8309 8308 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
didn't test, lgtm
loks good @FelipeM525 , can you base of the 4.19 branch? |
… with the field networkdomain as an empty string whenever the user typed something in the form and cleared it causing an exception
45bfd41
to
b7366ac
Compare
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
@kiranchavala a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
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.
LGTM, Tested the fix manually and able to create domain if the network domain entered and cleared
… with the field networkdomain as an empty string whenever the user typed something in the form and cleared it causing an exception (apache#9637)
Description
This PR fixes #9623
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
I tested this PR by typing inside the networkdomain field in the Add domain form and then clearing it, which ended up working as expected after the proposed changes.