Merge branch 'netbox-community:develop' into fix-creating-config-template-using-rest-api

This commit is contained in:
Olivier Desnoë 2023-09-15 15:53:05 +02:00 committed by GitHub
commit 1ca9b563ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,7 +327,7 @@ class ConfigContextForm(BootstrapMixin, SyncedDataMixin, forms.ModelForm):
required=False
)
tenant_groups = DynamicModelMultipleChoiceField(
label=_('Tenat groups'),
label=_('Tenant groups'),
queryset=TenantGroup.objects.all(),
required=False
)