Skip to content

Commit bb806e2

Browse files
DanShepsjeremystretch
authored andcommitted
Fixes: #13844 - Change site filter to use available_at_site instead of site_id
1 parent c5cbb99 commit bb806e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/ipam/forms/model_forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class PrefixForm(TenancyForm, NetBoxModelForm):
214214
required=False,
215215
selector=True,
216216
query_params={
217-
'site_id': '$site',
217+
'available_at_site': '$site',
218218
},
219219
label=_('VLAN'),
220220
)

0 commit comments

Comments
 (0)