Device type does not populate when bulk editing devices. #3557

Closed
opened 2025-12-29 18:29:52 +01:00 by adam · 1 comment
Owner

Originally created by @ebusto on GitHub (Apr 10, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.7.12

Steps to Reproduce

On the device list page, select a few devices, then click "Edit Selected".

This is reproducible on DanShep's demo site running 2.7.11, as well as our instance running 2.7.12.

Expected Behavior

The "Device type" field in the form should populate when selected.

Observed Behavior

The "Device type" field remains empty. Other fields populate correctly.

Originally created by @ebusto on GitHub (Apr 10, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.7.12 ### Steps to Reproduce On the device list page, select a few devices, then click "Edit Selected". This is reproducible on DanShep's [demo site](https://master.netbox.dansheps.com/) running 2.7.11, as well as our instance running 2.7.12. ### Expected Behavior The "Device type" field in the form should populate when selected. ### Observed Behavior The "Device type" field remains empty. Other fields populate correctly.
adam added the type: bugstatus: accepted labels 2025-12-29 18:29:52 +01:00
adam closed this issue 2025-12-29 18:29:52 +01:00
Author
Owner

@kobayashi commented on GitHub (Apr 13, 2020):

Thanks to let us know this! this needs some fix in a js file. device_type does not have name attribute to assign here.

c593eca936/netbox/project-static/js/forms.js (L223-L225)

@kobayashi commented on GitHub (Apr 13, 2020): Thanks to let us know this! this needs some fix in a js file. `device_type` does not have name attribute to assign here. https://github.com/netbox-community/netbox/blob/c593eca9364e0fcca54b7cd4986470da795cb065/netbox/project-static/js/forms.js#L223-L225
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3557