-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: highCompletely breaks certain functions, or substantially degrades performance application-wideCompletely breaks certain functions, or substantially degrades performance application-widestatus: 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
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.2.0
Python Version
3.10
Steps to Reproduce
- Add an IP to IPAM
- Seach for this IP
Example: https://demo.netbox.dev/search/?q=172.16.0.7
Expected Behavior
IP is found
Observed Behavior
Server error:
File "/opt/netbox/current/netbox/extras/models/search.py", line 73, in display_attrs
name = self.object._meta.get_field(attr).verbose_name
AttributeError: 'GenericRel' object has no attribute 'verbose_name'
firengate
Metadata
Metadata
Assignees
Labels
severity: highCompletely breaks certain functions, or substantially degrades performance application-wideCompletely breaks certain functions, or substantially degrades performance application-widestatus: 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