netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Custom Field Choices -> Create & Add Another causes IndexError

Open jacobw opened this issue 4 months ago • 2 comments

Deployment Type

Self-hosted

Triage priority

N/A

NetBox Version

v4.1.4

Python Version

3.12

Steps to Reproduce

  1. In Custom Field Choice Sets choose + Add
  2. Provide name: test and add extra choice test
  3. Click Create & Add Another

Expected Behavior

Back to Add a new custom field choice set page.

Observed Behavior

The complete exception is provided below:

<class 'IndexError'>

string index out of range

Python version: 3.12.3 NetBox version: 4.1.4 Plugins: netbox_prometheus_sd: 0.6

jacobw avatar Oct 17 '24 06:10 jacobw