Previously HTML component and interpolation within was rendered before component got data from submission and was refreshed when checkData triggers, PDF generation process was started before refresh is finished. Now we make sure to setContent as soon as we get dynamic data ready.
Breaking Changes / Backwards Compatibility
n/a
Dependencies
n/a
How has this PR been tested?
tested locally
Checklist:
[x] I have completed the above PR template
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation (if applicable)
[x] My changes generate no new warnings
[ ] My changes include tests that prove my fix is effective (or that my feature works as intended)
[x] New and existing unit/integration tests pass locally with my changes
[ ] Any dependent changes have corresponding PRs that are listed above
… on PDF
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-7445
Description
Previously HTML component and interpolation within was rendered before component got data from submission and was refreshed when checkData triggers, PDF generation process was started before refresh is finished. Now we make sure to setContent as soon as we get dynamic data ready.
Breaking Changes / Backwards Compatibility
n/a
Dependencies
n/a
How has this PR been tested?
tested locally
Checklist: