-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
betaConcerns a bug/feature in a beta releaseConcerns a bug/feature in a beta releasestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Environment
Python version: 3.6.8
NetBox version: 2.10-beta2
Steps to Reproduce
- import from an older version of the db (in this case, it's from v2.8.9)
- go to an existing chassis type device.
- 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]+)\/$']
Metadata
Metadata
Assignees
Labels
betaConcerns a bug/feature in a beta releaseConcerns a bug/feature in a beta releasestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application