mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#6732 - Swap ASN M2M to Site model and update some templates/filters
This commit is contained in:
@@ -117,7 +117,7 @@ class SiteBulkEditForm(BootstrapMixin, AddRemoveTagsForm, CustomFieldModelBulkEd
|
||||
required=False,
|
||||
label='ASN'
|
||||
)
|
||||
asns = DynamicModelChoiceField(
|
||||
asns = DynamicModelMultipleChoiceField(
|
||||
queryset=ASN.objects.all(),
|
||||
label=_('ASNs'),
|
||||
required=False
|
||||
|
||||
Reference in New Issue
Block a user