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

exception when editing device in chassis bay v2.10-beta2 #5417

Closed
ThomasADavis opened this issue Dec 4, 2020 · 1 comment
Closed

exception when editing device in chassis bay v2.10-beta2 #5417

ThomasADavis opened this issue Dec 4, 2020 · 1 comment
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

@ThomasADavis
Copy link

Environment

Python version: 3.6.8
NetBox version: 2.10-beta2

Steps to Reproduce

  1. import from an older version of the db (in this case, it's from v2.8.9)
  2. go to an existing chassis type device.
  3. try to edit the device in a chassis bay.

Expected Behavior

takes me to device

Observed Behavior

an exception appears:

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

Reverse for 'device' with keyword arguments '{'pk': ''}' not found. 1 pattern(s) tried: ['dcim\/devices\/(?P[0-9]+)\/$']

@ThomasADavis ThomasADavis changed the title Editing rear port exception in v2.10-beta2 exception when editing device in chassis bay v2.10-beta2 Dec 4, 2020
@jeremystretch jeremystretch added 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 labels Dec 4, 2020
@jeremystretch jeremystretch self-assigned this Dec 4, 2020
@jeremystretch
Copy link
Member

jeremystretch commented Dec 4, 2020

Thank you for helping test the beta! Your contribution is very much appreciated!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2021
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

2 participants