summaryrefslogtreecommitdiff
path: root/ishtar_common/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-19 16:56:15 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-19 16:56:15 +0100
commitbed65ee5480783ee979d31622effd7a7a78718cf (patch)
treef651a68671d2ae6735b73b9b603dbe4cb1000dfb /ishtar_common/forms.py
parent266836701081d674db486ebf70d8a3960493a9fc (diff)
downloadIshtar-bed65ee5480783ee979d31622effd7a7a78718cf.tar.bz2
Ishtar-bed65ee5480783ee979d31622effd7a7a78718cf.zip
UI : improve forms - sheet source
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)