mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix filter reference
This commit is contained in:
@ -4282,7 +4282,7 @@ class PowerFeedForm(BootstrapMixin, CustomFieldModelForm):
|
||||
queryset=Site.objects.all(),
|
||||
required=False,
|
||||
initial_params={
|
||||
'powerpanel_set': '$power_panel'
|
||||
'powerpanel': '$power_panel'
|
||||
}
|
||||
)
|
||||
power_panel = DynamicModelChoiceField(
|
||||
|
Reference in New Issue
Block a user