From bed65ee5480783ee979d31622effd7a7a78718cf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 19 Jan 2018 16:56:15 +0100 Subject: UI : improve forms - sheet source --- ishtar_common/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/forms.py') 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) -- cgit v1.2.3