Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fixed: transformation result not customized for OpenClinica after las…
Browse files Browse the repository at this point in the history
…t merge
  • Loading branch information
MartijnR committed Jul 19, 2023
1 parent 7ed4d55 commit e012ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/src/module/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ const transformPreviewXForm = async (xformURL) => {
mode: 'cors',
});
const xform = await response.text();
const transformed = await transform({ xform });
const transformed = await transform({ xform, openclinica: true });

// Since media attachments will not be available for preview-by-URL, map
// media file names to empty `data:` URLs.
Expand Down

0 comments on commit e012ac2

Please sign in to comment.