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

#6372: Fix query issues with & refactor API select

This commit is contained in:
checktheroads
2021-07-19 16:01:52 -07:00
parent e3008babfe
commit 1661d1f4ca
5 changed files with 692 additions and 535 deletions

View File

@@ -2077,6 +2077,8 @@ class DeviceForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
attrs={
'disabled-indicator': 'device',
'data-query-param-face': "[\"$face\"]",
# The UI will not sort this element's options.
'pre-sorted': ''
}
)
)