Skip to content

Commit

Permalink
Update EXPORT_OPTIONS_FIELDS to include language and show_choice_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Jun 20, 2018
1 parent b04ca3f commit de07b54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion onadata/apps/viewer/models/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ class Export(models.Model):
"include_labels",
"include_labels_only",
"include_hxl",
"language",
"query",
"remove_group_name",
"show_choice_labels",
"split_select_multiples",
"value_select_multiples",
"win_excel_utf8"
"win_excel_utf8",
]

EXPORT_TYPE_DICT = dict(export_type for export_type in EXPORT_TYPES)
Expand Down

0 comments on commit de07b54

Please sign in to comment.