Edit display columns not working #4776

Closed
opened 2025-12-29 19:20:20 +01:00 by adam · 4 comments
Owner

Originally created by @candlerb on GitHub (Apr 16, 2021).

NetBox version

v2.11 beta on beta.netbox.dev

Python version

3.7

Steps to Reproduce

  1. Go to a virtual machine
  2. Go to the 'interfaces' tab, e.g. https://beta.netbox.dev/virtualization/virtual-machines/361/interfaces/
  3. Click the Configure cog
  4. From "available columns", select a field not currently shown, e.g. "parent interface"
  5. Click the green button labelled "Add columns"

Expected Behavior

The selected field to be added to the "Selected columns" fieldset.

Observed Behavior

Nothing happens in the browser (Chrome 89, macOS 10.14)

If I open the developer console, I see no Javascript error and no AJAX activity.

Originally created by @candlerb on GitHub (Apr 16, 2021). ### NetBox version v2.11 beta on beta.netbox.dev ### Python version 3.7 ### Steps to Reproduce 1. Go to a virtual machine 2. Go to the 'interfaces' tab, e.g. https://beta.netbox.dev/virtualization/virtual-machines/361/interfaces/ 3. Click the Configure cog 4. From "available columns", select a field not currently shown, e.g. "parent interface" 5. Click the green button labelled "Add columns" ### Expected Behavior The selected field to be added to the "Selected columns" fieldset. ### Observed Behavior Nothing happens in the browser (Chrome 89, macOS 10.14) If I open the developer console, I see no Javascript error and no AJAX activity.
adam added the type: bugstatus: under review labels 2025-12-29 19:20:20 +01:00
adam closed this issue 2025-12-29 19:20:21 +01:00
Author
Owner

@candlerb commented on GitHub (Apr 16, 2021):

Screenshot:
image

@candlerb commented on GitHub (Apr 16, 2021): Screenshot: ![image](https://user-images.githubusercontent.com/44789/115029300-c1a8ba00-9ebd-11eb-9651-b5dea2cb3111.png)
Author
Owner

@jeremystretch commented on GitHub (Apr 16, 2021):

I'm not able to reproduce this. The field is moved normally under both Firefox 81 and Chrome 86 for me.

Is it an issue specific to this table, or does it not work for any tables?

@jeremystretch commented on GitHub (Apr 16, 2021): I'm not able to reproduce this. The field is moved normally under both Firefox 81 and Chrome 86 for me. Is it an issue specific to this table, or does it not work for _any_ tables?
Author
Owner

@jeremystretch commented on GitHub (Apr 16, 2021):

Okay, I take that back: It works fine locally but not on the beta demo instance. Let me dig into it more.

@jeremystretch commented on GitHub (Apr 16, 2021): Okay, I take that back: It works fine locally but not on the beta demo instance. Let me dig into it more.
Author
Owner

@jeremystretch commented on GitHub (Apr 16, 2021):

Whoops, that was my mistake when setting up the demo box. I had neglected to ensure static files were copied over as part of the redeployment process. Fixed now. Thanks for the report!

@jeremystretch commented on GitHub (Apr 16, 2021): Whoops, that was my mistake when setting up the demo box. I had neglected to ensure static files were copied over as part of the redeployment process. Fixed now. Thanks for the report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4776