mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -06:00
Merge branch 'develop-2.8' into 3351-plugins
This commit is contained in:
commit
dab313897e
@ -378,7 +378,8 @@ class RackGroupForm(BootstrapMixin, forms.ModelForm):
|
|||||||
queryset=Site.objects.all()
|
queryset=Site.objects.all()
|
||||||
)
|
)
|
||||||
parent = DynamicModelChoiceField(
|
parent = DynamicModelChoiceField(
|
||||||
queryset=RackGroup.objects.all()
|
queryset=RackGroup.objects.all(),
|
||||||
|
required=False
|
||||||
)
|
)
|
||||||
slug = SlugField()
|
slug = SlugField()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user