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

Comment clarification

This commit is contained in:
Saria Hajjar
2020-01-01 16:04:08 +00:00
parent 53625e0dea
commit 242ae9eb91

View File

@ -285,7 +285,7 @@ class APISelect(SelectWithDisabled):
name of the query param and the value if the query param's value. name of the query param and the value if the query param's value.
:param null_option: If true, include the static null option in the selection list. :param null_option: If true, include the static null option in the selection list.
""" """
# Only preload the selected option; new options are dynamically displayed and added via the API # Only preload the selected option(s); new options are dynamically displayed and added via the API
template_name = 'widgets/select_api.html' template_name = 'widgets/select_api.html'
def __init__( def __init__(