Skip to content

Individual ASN view broken when sorting by circuit count #9358

@DetunizedGravity

Description

@DetunizedGravity

NetBox version

v3.2.2

Python version

3.8

Steps to Reproduce

  1. Connect to Netbox and authenticated yourself.
  2. Navigate to any kind of view that displays a link to an ASN object, and click on that link

Expected Behavior

Display of the detail page of the selected ASN object.

Observed Behavior

A field error exception was raised:


<class 'django.core.exceptions.FieldError'>

Cannot resolve keyword 'count_circuits' into field. Choices are: account, admin_contact, asn, asns, circuits, comments, contacts, created, custom_field_data, id, journal_entries, last_updated, name, networks, noc_contact, portal_url, slug, tagged_items, tags

Python version: 3.8.10
NetBox version: 3.2.2


Please note that in our context unauthenticated users have a read only rights to most object types and that, strangely, only authenticated users trigger this behaviour.

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions