-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix PoE State in portadmin not updating orig-value #2785
Fix PoE State in portadmin not updating orig-value #2785
Conversation
38be656
to
fb3a412
Compare
Code smell complaint from SonarCloud, but the functionits complaining about is based on the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 5.8.x #2785 +/- ##
=======================================
Coverage 57.03% 57.03%
=======================================
Files 567 567
Lines 41280 41280
=======================================
Hits 23544 23544
Misses 17736 17736 ☔ 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.
Looks fine by me. Also approve of your judgment regarding the code smell warning.
But, this should be based on the 5.8.x
branch
fb3a412
to
50a90fb
Compare
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.
rebased on 5.8.x myself, since you're on vacation :)
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 1 New issue |
Fixes problem where if you change the PoE value and save, then try to go back to the original state the save button will not be active.
this was because the orig-value for the dropdown menu was not updated when saving. This PR updates the value on save and fixes the issue.