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

Fixes #5841: Disallow the creation of available prefixes/IP addresses in violation of assigned permission constraints

This commit is contained in:
Jeremy Stretch
2021-02-24 14:21:42 -05:00
parent a301c974e4
commit b392502b9b
2 changed files with 15 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
* [#5718](https://github.com/netbox-community/netbox/issues/5718) - Fix bulk editing of services when no port(s) are defined
* [#5735](https://github.com/netbox-community/netbox/issues/5735) - Ensure consistent treatment of duplicate IP addresses
* [#5738](https://github.com/netbox-community/netbox/issues/5738) - Fix redirect to device components view after disconnecting a cable
* [#5841](https://github.com/netbox-community/netbox/issues/5841) - Disallow the creation of available prefixes/IP addresses in violation of assigned permission constraints
---