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

Rename add_additional_query_param()

This commit is contained in:
Jeremy Stretch
2020-08-12 13:59:11 -04:00
parent 9e14e28d89
commit c40df97ffa
4 changed files with 15 additions and 15 deletions

View File

@ -134,7 +134,7 @@ class APISelect(SelectWithDisabled):
if full:
self.attrs['data-full'] = full
def add_additional_query_param(self, name, value):
def add_query_param(self, name, value):
"""
Add details for an additional query param in the form of a data-* JSON-encoded list attribute.