Inventory Items not visible on Device Types for non superusers #15232
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
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.8
Steps to Reproduce
Create a user that is not a superuser.
Create a Device Type and create an Inventory Item Template inside.
Expected Behavior
After saving the Inventory Item the Inventory tab is not visible when browsing with the non-superuser account but is visible with superuser account.
Observed Behavior
I noticed a misspelling in https://github.com/netbox-community/netbox/blob/develop/netbox/dcim/views.py#L1082
Permission is set to
dcim.view_invenotryitemtemplate
instead ofdcim.view_inventoryitemtemplate
The text was updated successfully, but these errors were encountered: