Permission checking bug in a template #2225

Closed
opened 2025-12-29 17:23:54 +01:00 by adam · 0 comments
Owner

Originally created by @qxrftz on GitHub (Dec 19, 2018).

Environment

  • Python version: 3.6.7
  • NetBox version: 2.5.1

Steps to Reproduce

templates/circuits/inc/circuit_termination.html:56
{% if perms.circuits.add_cable %}

Expected Behavior

{% if perms.dcim.add_cable %}

Originally created by @qxrftz on GitHub (Dec 19, 2018). ### Environment * Python version: 3.6.7 * NetBox version: 2.5.1 ### Steps to Reproduce templates/circuits/inc/circuit_termination.html:56 `{% if perms.circuits.add_cable %}` ### Expected Behavior `{% if perms.dcim.add_cable %}`
adam added the type: bugstatus: accepted labels 2025-12-29 17:23:54 +01:00
adam closed this issue 2025-12-29 17:23:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2225