-
Notifications
You must be signed in to change notification settings - Fork 319
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
NAS-133723 / 25.10 / Adds "Enable VLAN" checkbox and sends null when disabled #11495
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #11495 +/- ##
=======================================
Coverage 83.27% 83.27%
=======================================
Files 1654 1654
Lines 59091 59092 +1
Branches 6353 6353
=======================================
+ Hits 49207 49211 +4
+ Misses 9884 9881 -3 ☔ 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.
JIRA ticket https://ixsystems.atlassian.net/browse/NAS-133723 is targeted to the following versions which have not received their corresponding PRs: 25.04-RC.1 |
This PR has been merged and conversations have been locked. |
Changes:
Adds an "Enable VLAN" checkbox to the ipmi form. If the checkbox is unchecked, UI should send null value in the "vlan" field when calling middleware endpoint. When the checkbox is checked, the vlan id field is required.
Testing:
Check that vlan id is disabled, enabled and set correctly.