Server error when creating permission constraints for extras > script #15174
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v3.7.2
Python Version
3.10
Steps to Reproduce
API-View:
/users/permissions/add/
and create a viewing permission forExtras > Script
with the following constraint. Keep in mindChoices are: id
only{"id": "test.TestScript"}
-> Got id from/api/extras/scripts/test.TestScript/
The goal was to create a permission for a group to see only a selected script.
Expected Behavior
One of the constraints should work and create a permission to see the selected script.
Observed Behavior
{"id": "test.TestScript"}
{"id": 1}
The text was updated successfully, but these errors were encountered: