1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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 5f89226cd7
commit 41efad4056
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'