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

fixes #5314 - Fix config context rendering when multiple tags are assgined to an object

This commit is contained in:
John Anderson
2020-11-06 16:47:07 -05:00
parent b39019cec9
commit 0d27abc6fc
3 changed files with 38 additions and 2 deletions

View File

@ -10,6 +10,7 @@
### Bug Fixes
* [#5271](https://github.com/netbox-community/netbox/issues/5271) - Fix auto-population of region field when editing a device
* [#5314](https://github.com/netbox-community/netbox/issues/5314) - Fix config context rendering when multiple tags are assgined to an object
---