RF-Role missing in generated_schema.json #11461

Closed
opened 2025-12-29 21:45:34 +01:00 by adam · 1 comment
Owner

Originally created by @m-hau on GitHub (Aug 8, 2025).

Originally assigned to: @m-hau on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.3.4

Python Version

3.12

Steps to Reproduce

  1. 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

Originally created by @m-hau on GitHub (Aug 8, 2025). Originally assigned to: @m-hau on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.3.4 ### Python Version 3.12 ### Steps to Reproduce 1. Open the `/contrib/generated_schema.json` file at the latest release tag in the netbox git-repo, for example [here on GitHub](https://github.com/netbox-community/netbox/blob/v4.3.5/contrib/generated_schema.json) ### 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. <hr> This seems to require a simple/small change to [`/netbox/dcim/management/commands/buildschema.py`](https://github.com/netbox-community/netbox/blob/5d7c8318/netbox/dcim/management/commands/buildschema.py)
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:45:34 +01:00
adam closed this issue 2025-12-29 21:45:34 +01:00
Author
Owner

@m-hau commented on GitHub (Aug 11, 2025):

I would like to work on this, could you please assign this issue to me?

@m-hau commented on GitHub (Aug 11, 2025): I would like to work on this, could you please assign this issue to me?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11461