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
commit62b2913745b926e04d5f12dd8ec7d877597880d1 (patch)
treef651a68671d2ae6735b73b9b603dbe4cb1000dfb /ishtar_common/forms.py
parent635020aa3e046e7f4e3c2fa110683b39eebaf9c7 (diff)
downloadIshtar-62b2913745b926e04d5f12dd8ec7d877597880d1.tar.bz2
Ishtar-62b2913745b926e04d5f12dd8ec7d877597880d1.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)