Closes #3456: Enable bulk editing of tag color

This commit is contained in:
Jeremy Stretch
2019-08-28 11:56:00 -04:00
parent 273a9793db
commit 8ff3d2cbf6
5 changed files with 42 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ v2.6.3 (FUTURE)
* [#3405](https://github.com/netbox-community/netbox/issues/3405) - Fix population of power port/outlet details on device creation
* [#3422](https://github.com/netbox-community/netbox/issues/3422) - Prevent navigation menu from overlapping page content
* [#3430](https://github.com/netbox-community/netbox/issues/3430) - Linkify platform field on device view
* [#3456](https://github.com/netbox-community/netbox/issues/3456) - Enable bulk editing of tag color
---