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:
@ -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