You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporting a pdf or csv does not work for questions with logic. All types of questions should be exported. We need a full check (including separators and matrix questions as well).
Also, it seems that the QuestionnaireAnswerPresenter does not have access to the current_organization method when running translated_attribute, here is a simple fix: f966e2c
Zip compressed archive should not have folders inside,
PDF export should respect line breaks (\n), otherwise long texts are too compact.
The text was updated successfully, but these errors were encountered:
Exporting a pdf or csv does not work for questions with logic. All types of questions should be exported. We need a full check (including separators and matrix questions as well).
Additionally, the export does not work if some questions does not have the "order" attribute defined, in here is fixed (just a
.to_i
added):ca59232#diff-3ef1365dedf335e366026d1d4509483dR24
Also, it seems that the
QuestionnaireAnswerPresenter
does not have access to thecurrent_organization
method when runningtranslated_attribute
, here is a simple fix:f966e2c
Zip compressed archive should not have folders inside,
PDF export should respect line breaks (\n), otherwise long texts are too compact.
The text was updated successfully, but these errors were encountered: