Selecting custom field with choice set in dropdown returns error #13363
Labels
beta
Concerns a bug/feature in a beta release
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.6-beta1
Python version
3.8
Steps to Reproduce
Expected Behavior
The choices show up and you can select your choice
Observed Behavior
You briefly see the choice from your choice set, then an error shows up. If you check your developer tools in the browser you can see that the view tries to fetch the choices from the following API endpoint
/api/extras/custom-field-choices/1/choices/?brief=true
while it should really fetch this from/api/extras/custom-field-choice-sets/1/choices/
The text was updated successfully, but these errors were encountered: