Skip to content

Commit

Permalink
OC-13108 Fixed failed to load form after added to study
Browse files Browse the repository at this point in the history
  • Loading branch information
gushil committed Dec 30, 2020
1 parent a5e61e8 commit ae7da55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kpi/models/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,9 @@ def ordered_xlsform_content(self,
if append:
self._append(content, **append)
self._survey_prepare_custom_col_value(content)
self._adjust_content_media_column_before_standardize(content)
self._standardize(content)
self._adjust_content_media_column(content)
self._survey_revert_custom_col_value(content)
if not kobo_specific_types:
self._expand_kobo_qs(content)
Expand Down

0 comments on commit ae7da55

Please sign in to comment.