Error when saving device position #7400

Closed
opened 2025-12-29 20:22:58 +01:00 by adam · 2 comments
Owner

Originally created by @PaulR282 on GitHub (Dec 21, 2022).

Originally assigned to: @arthanson on GitHub.

NetBox version

v3.4.1

Python version

3.10

Steps to Reproduce

  1. Open Netbox in chrome (it works in firefox)
  2. Go to a device
  3. Click edit. The position should say something like UX.0
  4. Click save without changing anything

Expected Behavior

The device should be saved with the position UX.0 or UX

Observed Behavior

The UX.0 gets transformed to UX,0 which can't be saved and an error occurs.

Originally created by @PaulR282 on GitHub (Dec 21, 2022). Originally assigned to: @arthanson on GitHub. ### NetBox version v3.4.1 ### Python version 3.10 ### Steps to Reproduce 1. Open Netbox in chrome (it works in firefox) 2. Go to a device 3. Click edit. The position should say something like UX.0 4. Click save without changing anything ### Expected Behavior The device should be saved with the position UX.0 or UX ### Observed Behavior The UX.0 gets transformed to UX,0 which can't be saved and an error occurs.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:22:58 +01:00
adam closed this issue 2025-12-29 20:22:58 +01:00
Author
Owner

@arthanson commented on GitHub (Dec 28, 2022):

Just a note, this is related to internationalization (the browser being set to a locale with commas as a separator) - Floats are output with localized decimal separator.

@arthanson commented on GitHub (Dec 28, 2022): Just a note, this is related to internationalization (the browser being set to a locale with commas as a separator) - Floats are output with localized decimal separator.
Author
Owner

@jeremystretch commented on GitHub (Dec 29, 2022):

This has been resolved for now by disabling localization (see #11271).

@jeremystretch commented on GitHub (Dec 29, 2022): This has been resolved for now by disabling localization (see #11271).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7400