mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-16 16:52:17 -06:00
Address PR feedback: Rename FilterModifierWidget parameter to widget
This commit is contained in:
@@ -189,7 +189,7 @@ class FilterModifierMixin:
|
||||
|
||||
if len(lookups) > 1:
|
||||
field.widget = FilterModifierWidget(
|
||||
original_widget=field.widget,
|
||||
widget=field.widget,
|
||||
lookups=lookups
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user