diff options
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 |
commit | 62b2913745b926e04d5f12dd8ec7d877597880d1 (patch) | |
tree | f651a68671d2ae6735b73b9b603dbe4cb1000dfb /ishtar_common/forms.py | |
parent | 635020aa3e046e7f4e3c2fa110683b39eebaf9c7 (diff) | |
download | Ishtar-62b2913745b926e04d5f12dd8ec7d877597880d1.tar.bz2 Ishtar-62b2913745b926e04d5f12dd8ec7d877597880d1.zip |
UI : improve forms - sheet source
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r-- | ishtar_common/forms.py | 1 |
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) |