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

Fixes #4527: Fix assignment of certain tags to config contexts

This commit is contained in:
Jeremy Stretch
2020-04-24 11:31:01 -04:00
parent ad099d79f2
commit f019c8d2ce
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,10 @@
* [#3294](https://github.com/netbox-community/netbox/issues/3294) - Implement mechanism for storing user preferences
* [#4531](https://github.com/netbox-community/netbox/issues/4531) - Retain user's pagination preference
### Bug Fixes
* [#4527](https://github.com/netbox-community/netbox/issues/4527) - Fix assignment of certain tags to config contexts
---
## v2.8.1 (2020-04-23)

View File

@ -229,7 +229,6 @@ class ConfigContextForm(BootstrapMixin, forms.ModelForm):
)
tags = DynamicModelMultipleChoiceField(
queryset=Tag.objects.all(),
to_field_name='slug',
required=False
)
data = JSONField(