Fixes #12642: Fix bulk tenant assignment via cluster import form

This commit is contained in:
jeremystretch
2023-05-22 13:07:40 -04:00
parent c8d9a3b4eb
commit fa3bedb947
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
* [#12550](https://github.com/netbox-community/netbox/issues/12550) - Fix rear port selection widget under front port creation form
* [#12570](https://github.com/netbox-community/netbox/issues/12570) - Disable ordering of synchronized object tables by the "synced" attribute
* [#12594](https://github.com/netbox-community/netbox/issues/12594) - Enable selecting config context as object type in object counts dashboard widget
* [#12642](https://github.com/netbox-community/netbox/issues/12642) - Fix bulk tenant assignment via cluster import form
---