Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoReverseMatch when adding tag to circuits #8869

Closed
jeremystretch opened this issue Mar 14, 2022 · 0 comments
Closed

NoReverseMatch when adding tag to circuits #8869

jeremystretch opened this issue Mar 14, 2022 · 0 comments
Assignees
Labels
beta Concerns a bug/feature in a beta release status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@jeremystretch
Copy link
Member

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.
@jeremystretch jeremystretch added type: bug A confirmed report of unexpected behavior in the application status: accepted This issue has been accepted for implementation beta Concerns a bug/feature in a beta release labels Mar 14, 2022
@jeremystretch jeremystretch self-assigned this Mar 14, 2022
This was referenced Apr 5, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beta Concerns a bug/feature in a beta release status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

1 participant