Fixes #6108: Do not infer tenant assignment from parent objects for prefixes, IP addresses

This commit is contained in:
jeremystretch
2021-04-08 13:50:06 -04:00
parent ae3527df16
commit 03b3f5937f
2 changed files with 9 additions and 20 deletions

View File

@@ -14,6 +14,7 @@
* [#5805](https://github.com/netbox-community/netbox/issues/5805) - Fix missing custom field filters for cables, rack reservations
* [#6073](https://github.com/netbox-community/netbox/issues/6073) - Permit users to manage their own REST API tokens without needing explicit permission
* [#6081](https://github.com/netbox-community/netbox/issues/6081) - Fix interface connections REST API endpoint
* [#6108](https://github.com/netbox-community/netbox/issues/6108) - Do not infer tenant assignment from parent objects for prefixes, IP addresses
---