Fixed Unable to create a domain when networkdomain is mentioned and cleared#9637
Fixed Unable to create a domain when networkdomain is mentioned and cleared#9637DaanHoogland merged 1 commit intoapache:4.19from FelipeM525:fix-create-domain-form
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. |
|
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
|
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: ✔️ |
kiranchavala
left a comment
There was a problem hiding this comment.
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.