1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6333: Fix filtering of circuit terminations by primary key

This commit is contained in:
jeremystretch
2021-05-03 14:38:26 -04:00
parent ffa4cd134b
commit ad19b09ae3
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
* [#6309](https://github.com/netbox-community/netbox/issues/6309) - Restrict parent VM interface assignment to the parent VM
* [#6313](https://github.com/netbox-community/netbox/issues/6313) - Fix device type instance count under manufacturer view
* [#6321](https://github.com/netbox-community/netbox/issues/6321) - Restore "add an IP" button under prefix IPs view
* [#6333](https://github.com/netbox-community/netbox/issues/6333) - Fix filtering of circuit terminations by primary key
---