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

Fixes #12550: Fix rear port selection widget under front port creation form

This commit is contained in:
jeremystretch
2023-05-10 10:44:01 -04:00
parent 2d0ac213c7
commit b7f028fba3
3 changed files with 9 additions and 4 deletions

View File

@ -13,6 +13,10 @@
* [#12323](https://github.com/netbox-community/netbox/issues/12323) - Add 100GE CXP interface type
* [#12498](https://github.com/netbox-community/netbox/issues/12498) - Hide map button if `MAPS_URL` is empty
### Bug Fixes
* [#12550](https://github.com/netbox-community/netbox/issues/12550) - Fix rear port selection widget under front port creation form
---
## v3.5.1 (2023-05-05)