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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user