Fixes #11796: When importing devices, restrict rack by location only if the location field is specified

This commit is contained in:
jeremystretch
2023-02-27 08:26:32 -05:00
parent 561f1eadfc
commit ed77c03830
2 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## v3.4.6 (FUTURE)
### Bug Fixes
* [#11796](https://github.com/netbox-community/netbox/issues/11796) - When importing devices, restrict rack by location only if the location field is specified
---
## v3.4.5 (2023-02-21)