Fixes #5569: Ensure consistent labeling of interface mgmt_only field

This commit is contained in:
Jeremy Stretch
2021-01-05 15:15:36 -05:00
parent b7394dc8f7
commit 589743de57
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
* [#5558](https://github.com/netbox-community/netbox/issues/5558) - Fix regex validation support for custom URL fields
* [#5563](https://github.com/netbox-community/netbox/issues/5563) - Fix power feed cable trace link
* [#5564](https://github.com/netbox-community/netbox/issues/5564) - Raise validation error if a power port template's `allocated_draw` exceeds its `maximum_draw`
* [#5569](https://github.com/netbox-community/netbox/issues/5569) - Ensure consistent labeling of interface `mgmt_only` field
* [#5573](https://github.com/netbox-community/netbox/issues/5573) - Report inconsistent values when migrating custom field data
---