mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Fixes #3385: Fix power panels list when bulk editing power feeds
This commit is contained in:
parent
eb19b1a39e
commit
025f77dcdc
@ -18,6 +18,7 @@ v2.6.2 (FUTURE)
|
|||||||
* [#3317](https://github.com/netbox-community/netbox/issues/3317) - Fix permissions for ConfigContextBulkDeleteView
|
* [#3317](https://github.com/netbox-community/netbox/issues/3317) - Fix permissions for ConfigContextBulkDeleteView
|
||||||
* [#3323](https://github.com/netbox-community/netbox/issues/3323) - Fix permission evaluation for interface connections view
|
* [#3323](https://github.com/netbox-community/netbox/issues/3323) - Fix permission evaluation for interface connections view
|
||||||
* [#3342](https://github.com/netbox-community/netbox/issues/3342) - Fix cluster delete button
|
* [#3342](https://github.com/netbox-community/netbox/issues/3342) - Fix cluster delete button
|
||||||
|
* [#3385](https://github.com/netbox-community/netbox/issues/3385) - Fix power panels list when bulk editing power feeds
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -3638,7 +3638,7 @@ class PowerFeedBulkEditForm(BootstrapMixin, AddRemoveTagsForm, CustomFieldBulkEd
|
|||||||
queryset=PowerPanel.objects.all(),
|
queryset=PowerPanel.objects.all(),
|
||||||
required=False,
|
required=False,
|
||||||
widget=APISelect(
|
widget=APISelect(
|
||||||
api_url="/api/dcim/sites",
|
api_url="/api/dcim/power-panels/",
|
||||||
filter_for={
|
filter_for={
|
||||||
'rackgroup': 'site_id',
|
'rackgroup': 'site_id',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user