Fixes #10111 - Wrap search QS to catch ValueError on identifier field

This commit is contained in:
Daniel Sheppard
2022-08-23 09:33:36 -05:00
parent 984d8b8ee6
commit f3906dd7c4
2 changed files with 12 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
* [#10059](https://github.com/netbox-community/netbox/issues/10059) - Add identifier column to L2VPN table
* [#10089](https://github.com/netbox-community/netbox/issues/10089) - `linkify` template filter should escape object representation
* [#10108](https://github.com/netbox-community/netbox/issues/10108) - Linkify inside NAT IPs for primary device IPs in UI
* [#10111](https://github.com/netbox-community/netbox/issues/10111) - Wrap search QS to catch ValueError on identifier field
---