NoReverseMatch when adding tag to circuits #6211

Closed
opened 2025-12-29 19:38:06 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Mar 14, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.2.0-beta1

Python version

3.8

Steps to Reproduce

1.Create a Tag "tag1"
2. Create a Circuit "circuit1"
3. Add tag1 to circuit1
4. Go to tag1 details page and get a NoReverseMatch

Originally reported by @nunesvn in #8776.

Expected Behavior

Details page of tag1

Observed Behavior

<class 'django.urls.exceptions.NoReverseMatch'>

Reverse for 'taggeditem_edit' not found. 'taggeditem_edit' is not a valid view function or pattern name.
Originally created by @jeremystretch on GitHub (Mar 14, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.2.0-beta1 ### Python version 3.8 ### Steps to Reproduce 1.Create a Tag "tag1" 2. Create a Circuit "circuit1" 3. Add tag1 to circuit1 4. Go to tag1 details page and get a NoReverseMatch Originally reported by @nunesvn in #8776. ### Expected Behavior Details page of tag1 ### Observed Behavior ``` <class 'django.urls.exceptions.NoReverseMatch'> Reverse for 'taggeditem_edit' not found. 'taggeditem_edit' is not a valid view function or pattern name. ```
adam added the type: bugstatus: acceptedbeta labels 2025-12-29 19:38:06 +01:00
adam closed this issue 2025-12-29 19:38:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6211