-
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
NetBox version
v2.11.3
Python version
3.7
Steps to Reproduce
- Go to /ipam/vlan-groups/
- Click on the "Scope" column header to sort
Expected Behavior
Alphabetical sort by Scope field.
Observed Behavior
The following error comes up:
<class 'django.core.exceptions.FieldError'>
Field 'scope' does not generate an automatic reverse relation and therefore cannot be used for reverse querying. If it is a GenericForeignKey, consider adding a GenericRelation.
Python version: 3.7.8
NetBox version: 2.11.3
Confirmed at the URL: https://demo.netbox.dev/ipam/vlan-groups/?sort=scope
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