We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v3.3.2
3.10
When choosing interface PoE type, select Passive 48V (2-pair), option Passive 48V (4-pair) will be chosen instead.
Passive 48V (2-pair)
Passive 48V (4-pair)
PoE type of Passive 48V (2-pair) could not be selected as Passive 48V (4-pair) had the same key for that value.
Option Passive 48V (2-pair) should be selected.
Option Passive 48V (4-pair) will be chosen instead.
The text was updated successfully, but these errors were encountered:
The first item in the tuple is wrong here: https://github.com/netbox-community/netbox/blob/develop/netbox/dcim/choices.py#L1099
Sorry, something went wrong.
#10307 fix choices for poe type
59a2a43
@endreszabo Thanks for tracking this down.
Merge pull request #10309 from netbox-community/10307-fix-poe-type
77868a9
Changelog for #10304, #10307
3aac62c
arthanson
Successfully merging a pull request may close this issue.
NetBox version
v3.3.2
Python version
3.10
Steps to Reproduce
When choosing interface PoE type, select
Passive 48V (2-pair)
, optionPassive 48V (4-pair)
will be chosen instead.PoE type of
Passive 48V (2-pair)
could not be selected asPassive 48V (4-pair)
had the same key for that value.Expected Behavior
Option
Passive 48V (2-pair)
should be selected.Observed Behavior
Option
Passive 48V (4-pair)
will be chosen instead.The text was updated successfully, but these errors were encountered: