/dcim/interfaces/xxxx/ IP address table uses edit URL instead of view URL #3379

Closed
opened 2025-12-29 18:28:35 +01:00 by adam · 0 comments
Owner

Originally created by @PackeTsar on GitHub (Feb 22, 2020).

Environment

  • Python version: 3.6.9
  • NetBox version: 2.7.7

Steps to Reproduce

  1. Visit any interface URL which has an IP address assigned (IPv4 or IPv6, doesn't matter)
  2. Click on an IP address in the IP Address table at the bottom of the page
  3. See that the hyperlink opens up the edit page for that IP address (instead of the view page)

Expected Behavior

It is expected that the hyperlink would point towards the view page of the IP address (/ipam/ip-addresses/xxxx/). The VLANs table (in the same page) does point towards the view URL which is expected.

Observed Behavior

Instead, the link points towards the edit URL of the IP address (/ipam/ip-addresses/xxx/edit/?interface=yyy&return_url=/dcim/interfaces/yyy/)

Originally created by @PackeTsar on GitHub (Feb 22, 2020). ### Environment * Python version: 3.6.9 * NetBox version: 2.7.7 ### Steps to Reproduce 1. Visit any interface URL which has an IP address assigned (IPv4 or IPv6, doesn't matter) - Example: https://netboxdemo.com/dcim/interfaces/531/ 2. Click on an IP address in the IP Address table at the bottom of the page 3. See that the hyperlink opens up the edit page for that IP address (instead of the view page) ### Expected Behavior It is expected that the hyperlink would point towards the view page of the IP address (`/ipam/ip-addresses/xxxx/`). The VLANs table (in the same page) does point towards the view URL which is expected. ### Observed Behavior Instead, the link points towards the edit URL of the IP address (`/ipam/ip-addresses/xxx/edit/?interface=yyy&return_url=/dcim/interfaces/yyy/`)
adam added the type: bugstatus: accepted labels 2025-12-29 18:28:35 +01:00
adam closed this issue 2025-12-29 18:28:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3379