Fixes #4613: Fix tag assignment on config contexts (regression from #4527)

This commit is contained in:
Jeremy Stretch
2020-05-13 10:28:48 -04:00
parent 569d4ee201
commit 1461be2004
9 changed files with 25 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ v2.8.4 (FUTURE)
* [#4598](https://github.com/netbox-community/netbox/issues/4598) - Display error message when invalid cable length is specified
* [#4604](https://github.com/netbox-community/netbox/issues/4604) - Multi-position rear ports may only be connected to other rear ports
* [#4607](https://github.com/netbox-community/netbox/issues/4607) - Missing Contextual help for API Tokens
* [#4613](https://github.com/netbox-community/netbox/issues/4613) - Fix tag assignment on config contexts (regression from #4527)
* [#4633](https://github.com/netbox-community/netbox/issues/4633) - Bump django-rq to v2.3.2 to fix ImportError with rq 1.4.0
---