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

#6372: Refactor Select2 naming

This commit is contained in:
checktheroads
2021-07-17 21:24:20 -07:00
parent 29ee3e5ac0
commit c14b546d5f
14 changed files with 197 additions and 197 deletions

View File

@ -85,7 +85,7 @@ class TagFilterField(forms.MultipleChoiceField):
:param model: The model of the filter
"""
widget = widgets.StaticSelect2Multiple
widget = widgets.StaticSelectMultiple
def __init__(self, model, *args, **kwargs):
def get_choices():