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

Fixes #3385: Fix power panels list when bulk editing power feeds

This commit is contained in:
Jeremy Stretch
2019-08-02 09:43:46 -04:00
parent eb19b1a39e
commit 025f77dcdc
2 changed files with 2 additions and 1 deletions

View File

@ -3638,7 +3638,7 @@ class PowerFeedBulkEditForm(BootstrapMixin, AddRemoveTagsForm, CustomFieldBulkEd
queryset=PowerPanel.objects.all(),
required=False,
widget=APISelect(
api_url="/api/dcim/sites",
api_url="/api/dcim/power-panels/",
filter_for={
'rackgroup': 'site_id',
}