Fixes #11786: List only applicable object types in form widget when filtering custom fields

This commit is contained in:
jeremystretch
2023-02-19 16:17:57 -05:00
parent afc752b4ce
commit 315371bf7c
2 changed files with 7 additions and 12 deletions

View File

@@ -19,6 +19,7 @@
* [#11683](https://github.com/netbox-community/netbox/issues/11683) - Fix CSV header attribute detection when auto-detecting import format
* [#11711](https://github.com/netbox-community/netbox/issues/11711) - Fix CSV import for multiple-object custom fields
* [#11723](https://github.com/netbox-community/netbox/issues/11723) - Circuit terminations should link to their associated circuits (rather than site or provider network)
* [#11786](https://github.com/netbox-community/netbox/issues/11786) - List only applicable object types in form widget when filtering custom fields
---