summaryrefslogtreecommitdiff
path: root/ishtar_common/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r--ishtar_common/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py
index 748c3f6f3..038e9bd07 100644
--- a/ishtar_common/forms.py
+++ b/ishtar_common/forms.py
@@ -333,6 +333,7 @@ def get_form_selection(
raise forms.ValidationError(self._not_selected_error)
return cleaned_data
attrs['clean'] = clean
+ attrs['SEARCH_AND_SELECT'] = True
return type(class_name, (forms.Form,), attrs)