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

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 40947f8cb2
commit 9fd36279ab
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
---