-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
NetBox Version
v3.7.1
Python Version
3.10
Steps to Reproduce
- Add new Permission https://demo.netbox.dev/users/permissions/add/
- Setup Constraints as
{"role": "server"} - Create
- Obtain Server Error
<class 'ValueError'>
Field 'id' expected a number but got 'server'.
Python version: 3.8.10
NetBox version: 3.7.1
Plugins:
netbox_demo: 0.3.1
Expected Behavior
Server Error 500 should not be raised.
It should display some kind of validation popup.
Observed Behavior
Server Error occurs
<class 'ValueError'>
Field 'id' expected a number but got 'server'.
Python version: 3.8.10
NetBox version: 3.7.1
Plugins:
netbox_demo: 0.3.1
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application