Closed
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'