-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.4
Python Version
3.12
Steps to Reproduce
- Open the
/contrib/generated_schema.json
file at the latest release tag in the netbox git-repo, for example here on GitHub
Expected Behavior
It contains types for all Enums used in device/module types and their component templates.
Observed Behavior
The RF-Role (with its values from wireless.choices.WirelessRoleChoices
) is missing. This was added to Interface-Templates with #13199.
This seems to require a simple/small change to /netbox/dcim/management/commands/buildschema.py
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application