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

Fixes #5410: Restore tags field on cable connection forms

This commit is contained in:
Jeremy Stretch
2020-12-04 08:57:19 -05:00
parent 584b8109a0
commit e7f64334c0
2 changed files with 16 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
* [#5396](https://github.com/netbox-community/netbox/issues/5396) - Fix uniqueness constraint for virtual machine names
* [#5407](https://github.com/netbox-community/netbox/issues/5407) - Add direct link to secret on secrets list
* [#5408](https://github.com/netbox-community/netbox/issues/5408) - Fix updating secrets without setting new plaintext
* [#5410](https://github.com/netbox-community/netbox/issues/5410) - Restore tags field on cable connection forms
---