-
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
v3.2.2
Python version
3.8
Steps to Reproduce
- Connect to Netbox and authenticated yourself.
- 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 implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application