Inconsistent "lack of value" value on details view #6569

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

Originally created by @hagbarddenstore on GitHub (Jun 15, 2022).

Originally assigned to: @hagbarddenstore on GitHub.

NetBox version

v3.2.4

Python version

3.10

Steps to Reproduce

  1. Create any object
  2. Navigate to the details page for the created object
  3. Observe rows which lack a value (Represented as or None)

Expected Behavior

All rows which lacks a value should use the same displayed value .

Observed Behavior

Both and None are used to represent "lack of value".

Originally created by @hagbarddenstore on GitHub (Jun 15, 2022). Originally assigned to: @hagbarddenstore on GitHub. ### NetBox version v3.2.4 ### Python version 3.10 ### Steps to Reproduce 1. Create any object 2. Navigate to the details page for the created object 3. Observe rows which lack a value (Represented as `–` or `None`) ### Expected Behavior All rows which lacks a value should use the same displayed value `–`. ### Observed Behavior Both `–` and `None` are used to represent "lack of value".
adam added the type: bugstatus: accepted labels 2025-12-29 19:42:29 +01:00
adam closed this issue 2025-12-29 19:42:30 +01:00
Author
Owner

@hagbarddenstore commented on GitHub (Jun 15, 2022):

On /ipam/ip-addresses/{id}/ the following rows are using None: Role, NAT (inside)

@hagbarddenstore commented on GitHub (Jun 15, 2022): On `/ipam/ip-addresses/{id}/` the following rows are using `None`: Role, NAT (inside)
Author
Owner

@hagbarddenstore commented on GitHub (Jun 15, 2022):

On /ipam/prefixes/{id}/ the following rows are using None: Aggregate, Site, VLAN, First Available IP

@hagbarddenstore commented on GitHub (Jun 15, 2022): On `/ipam/prefixes/{id}/` the following rows are using `None`: Aggregate, Site, VLAN, First Available IP
Author
Owner

@hagbarddenstore commented on GitHub (Jun 15, 2022):

On /ipam/vlans/{id}/ the following rows are using None: Site, Role

@hagbarddenstore commented on GitHub (Jun 15, 2022): On `/ipam/vlans/{id}/` the following rows are using `None`: Site, Role
Author
Owner

@hagbarddenstore commented on GitHub (Jun 15, 2022):

On /ipam/services/{id}/ the following rows are using None: IP Addresses

@hagbarddenstore commented on GitHub (Jun 15, 2022): On `/ipam/services/{id}/` the following rows are using `None`: IP Addresses
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6569