Inventory Items not visible on Device Types for non superusers #9277

Closed
opened 2025-12-29 20:47:46 +01:00 by adam · 0 comments
Owner

Originally created by @rkiss on GitHub (Feb 23, 2024).

Originally assigned to: @arthanson on GitHub.

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 of dcim.view_inventoryitemtemplate

Originally created by @rkiss on GitHub (Feb 23, 2024). Originally assigned to: @arthanson on GitHub. ### 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 of `dcim.view_inventoryitemtemplate`
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 20:47:46 +01:00
adam closed this issue 2025-12-29 20:47:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9277