Fixes #8919: Fix filtering of VLAN groups by site under prefix edit form

This commit is contained in:
jeremystretch
2022-03-22 11:39:26 -04:00
parent b8f62f36f9
commit 5f946edb26
2 changed files with 2 additions and 1 deletions

View File

@@ -222,7 +222,7 @@ class PrefixForm(TenancyForm, CustomFieldModelForm):
label='VLAN group',
null_option='None',
query_params={
'site_id': '$site'
'site': '$site'
},
initial_params={
'vlans': '$vlan'