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

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