-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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.0
-
Pre-Upgrade NetBox version: 2.9.9
Steps to Reproduce
- Use a NetBox installation with multiple racks created
- Select Organization -> Elevations in the menu
Expected Behavior
Rack Elevations for all racks appear
Observed Behavior
An error message appears. This is also true for other ways to access rack elevations.
<class 'django.urls.exceptions.NoReverseMatch'>
Reverse for 'rack-elevation' with keyword arguments '{'pk': ''}' not found. 2 pattern(s) tried: ['api\\/dcim\\/racks/(?P<pk>[^/.]+)/elevation\\.(?P<format>[a-z0-9]+)/?$', 'api\\/dcim\\/racks/(?P<pk>[^/.]+)/elevation/$']
Metadata
Metadata
Assignees
Labels
status: 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