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:
@ -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)
|
||||
|
@ -229,7 +229,6 @@ class ConfigContextForm(BootstrapMixin, forms.ModelForm):
|
||||
)
|
||||
tags = DynamicModelMultipleChoiceField(
|
||||
queryset=Tag.objects.all(),
|
||||
to_field_name='slug',
|
||||
required=False
|
||||
)
|
||||
data = JSONField(
|
||||
|
Reference in New Issue
Block a user