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

@ -287,7 +287,7 @@ class DynamicModelChoiceMixin:
# Attach any static query parameters
for key, value in self.query_params.items():
widget.add_additional_query_param(key, value)
widget.add_query_param(key, value)
return attrs