Toggling rack elevations face uses old integer values instead of "front" and "rear" #3220

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

Originally created by @jeremystretch on GitHub (Jan 24, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.8
  • NetBox version: 2.7.2

Steps to Reproduce

  1. Navigate to the rack elevations list view
  2. Toggle between front and rear views

Expected Behavior

The request URL should specify ?face=front or ?face=rear as appropriate.

Observed Behavior

The request URL still uses ?face=0 or ?face=1, which do not convey clear meaning to the user. (The actual toggling of views does work though.)

Originally created by @jeremystretch on GitHub (Jan 24, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.8 * NetBox version: 2.7.2 ### Steps to Reproduce 1. Navigate to the rack elevations list view 2. Toggle between front and rear views ### Expected Behavior The request URL should specify `?face=front` or `?face=rear` as appropriate. ### Observed Behavior The request URL still uses `?face=0` or `?face=1`, which do not convey clear meaning to the user. (The actual toggling of views _does_ work though.)
adam added the type: bugstatus: accepted labels 2025-12-29 18:26:50 +01:00
adam closed this issue 2025-12-29 18:26:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3220