Skip to content

Fix Longitude Field Validation Issue #20865

@mr1716

Description

@mr1716

NetBox Edition

NetBox Community

NetBox Version

v4.4.6

Python Version

3.10

Steps to Reproduce

  1. Create a new Device (either through the + on the navigation menu or from the devices page)
  2. Fill out the required fields for a new device
  3. Add in a value of 99.99 for latitude and 888.00 for longitude
  4. create the device

Expected Behavior

The request should fail as it should limit the longitude value to the proper values.

Observed Behavior

It creates the device with the longitude of 888.00000 and doesn’t validate that the data may be inaccurate

Metadata

Metadata

Assignees

Labels

netboxseverity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions