mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-21 19:18:44 -06:00
* WIP * Misc cleanup * Add warning re: nested quick-adds
This commit is contained in:
@@ -25,6 +25,7 @@ class TenancyForm(forms.Form):
|
||||
label=_('Tenant'),
|
||||
queryset=Tenant.objects.all(),
|
||||
required=False,
|
||||
quick_add=True,
|
||||
query_params={
|
||||
'group_id': '$tenant_group'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user