diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-31 18:16:11 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-31 18:16:11 +0100 | 
| commit | b98bfcfe20c9af59f69b7606c0351b4bbf344d00 (patch) | |
| tree | 5da5ddd928f4bdf9eff103e13f6c72d08747899f /ishtar_common/widgets.py | |
| parent | 289e153c64ba5c8a87ed60fa1f8f2e7ef9634c78 (diff) | |
| parent | 1c17748090f59acb36883ac114fb9cefdab47963 (diff) | |
| download | Ishtar-b98bfcfe20c9af59f69b7606c0351b4bbf344d00.tar.bz2 Ishtar-b98bfcfe20c9af59f69b7606c0351b4bbf344d00.zip  | |
Merge branch 'develop' into develop-bootstrap
Diffstat (limited to 'ishtar_common/widgets.py')
| -rw-r--r-- | ishtar_common/widgets.py | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py index 4efb4c3fb..1ddabe7c7 100644 --- a/ishtar_common/widgets.py +++ b/ishtar_common/widgets.py @@ -776,8 +776,10 @@ class JQueryJqGrid(forms.RadioSelect):          except NoReverseMatch:              logger.warning('Cannot resolve source for {} widget'.format(                  self.form)) -        if unicode(self.source_full) and unicode(self.source_full) != 'None': -            dct['source_full'] = unicode(self.source_full) + +        # full CSV export currently disabled +        #if unicode(self.source_full) and unicode(self.source_full) != 'None': +        #    dct['source_full'] = unicode(self.source_full)          dct['extra_sources'] = []          if self.associated_model:  | 
