-
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.4
Steps to Reproduce
- Sort virtual machines by IP Address
https://[address]/virtualization/virtual-machines/?sort=primary_ip
Expected Behavior
VMs to be sorted.
Observed Behavior
Application crash.
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'primary_ip' into field. Choices are: cluster, cluster_id, comments, created, custom_field_data, disk, id, interfaces, last_updated, local_context_data, memory, name, platform, platform_id, primary_ip4, primary_ip4_id, primary_ip6, primary_ip6_id, role, role_id, secrets, services, status, tagged_items, tags, tenant, tenant_id, vcpus
Python version: 3.6.8
NetBox version: 2.10.4
Same bug as #5597
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