Fixes #4743: Allow users to create "next available" IPs without needing permission to create prefixes

This commit is contained in:
Jeremy Stretch
2020-06-10 16:06:11 -04:00
parent 6cd6f6f253
commit a3091feb7b
2 changed files with 2 additions and 9 deletions

View File

@@ -14,6 +14,7 @@
* [#4725](https://github.com/netbox-community/netbox/issues/4725) - Fix "brief" rendering of various REST API endpoints
* [#4736](https://github.com/netbox-community/netbox/issues/4736) - Add cable trace endpoints for pass-through ports
* [#4737](https://github.com/netbox-community/netbox/issues/4737) - Fix display of role labels in virtual machines table
* [#4743](https://github.com/netbox-community/netbox/issues/4743) - Allow users to create "next available" IPs without needing permission to create prefixes
---