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

fixes #2936 - device role selection showing duplicate first entry

This commit is contained in:
John Anderson
2019-03-17 01:24:54 -04:00
parent dd7249d2ef
commit 1bf04f2e30
2 changed files with 1 additions and 1 deletions

View File

@ -1700,7 +1700,6 @@ class DeviceFilterForm(BootstrapMixin, CustomFieldFilterForm):
widget=APISelectMultiple(
api_url="/api/dcim/device-roles/",
value_field="slug",
null_option=True,
)
)
tenant = FilterChoiceField(