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

Fixes #4968: Fix exception when activating user keys in admin UI

This commit is contained in:
Jeremy Stretch
2020-08-07 12:06:53 -04:00
parent 09015c98c4
commit 1dfed14bc9
2 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
* [#4950](https://github.com/netbox-community/netbox/issues/4950) - Include inventory item label in API serializer, UI view
* [#4951](https://github.com/netbox-community/netbox/issues/4951) - Redirect to device inventory view after creating a new inventory item
* [#4952](https://github.com/netbox-community/netbox/issues/4952) - Default to VM tab when creating/editing an IP address for a VM
* [#4968](https://github.com/netbox-community/netbox/issues/4968) - Fix exception when activating user keys in admin UI
### Other Changes