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

Closes #4942: Make ObjectPermission's 'name' field required

This commit is contained in:
Jeremy Stretch
2020-08-03 16:10:51 -04:00
parent ccb2bf4344
commit ce2dada9fd
5 changed files with 18 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
# NetBox v2.9
## v2.9.0 (FUTURE)
## v2.9-beta2 (FUTURE)
### Enhancements
@@ -18,6 +18,11 @@
* [#4938](https://github.com/netbox-community/netbox/issues/4938) - Show add, import buttons on virtual chassis list view
* [#4939](https://github.com/netbox-community/netbox/issues/4939) - Fix linking to LAG interfaces on other VC members
### Other Changes
* [#4940](https://github.com/netbox-community/netbox/issues/4940) - Add an `occupied` field to rack unit representations for rack elevation views
* [#4942](https://github.com/netbox-community/netbox/issues/4942) - Make ObjectPermission's `name` field required
---
## v2.9-beta1 (2020-07-23)