You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use NetBox ObjectPermission for add-only user tests
Django's built-in user_permissions.add() does not work with NetBox's
ObjectPermissionRequiredMixin. Create an ObjectPermission with
actions=["add"] instead.
0 commit comments