Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.x - FIO-8426: changes required for eSignature #5633

Merged
merged 5 commits into from
Jul 2, 2024

Conversation

TanyaGashtold
Copy link
Contributor

@TanyaGashtold TanyaGashtold commented Jun 6, 2024

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-8426

Description

What changed?

separated some code as new methods

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • My changes include tests that prove my fix is effective (or that my feature works as intended)
  • New and existing unit/integration tests pass locally with my changes
  • Any dependent changes have corresponding PRs that are listed above

@johnformio johnformio requested a review from brendanbond June 14, 2024 15:01
@johnformio
Copy link
Contributor

LGTM. Would like to get @brendanbond to take a look as well.

src/Webform.js Outdated
/**
* @param submission
* @param flags
* @return {void}
Copy link
Contributor

@brendanbond brendanbond Jun 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a HUGE nit, but the incoming PR from Travis will cause the linter to complain about this - can we get into the habit of adding descriptions and types for each (even any will do, although I have a JSON type in Form.js)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

interactive: true,
content: this.t(this.sanitize(tooltipText), { _userInput: true }),
});
this.tooltips[index] = this.createTooltip(tooltip);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice

@johnformio johnformio merged commit 12a035b into master Jul 2, 2024
5 checks passed
lane-formio pushed a commit that referenced this pull request Dec 9, 2024
* 5.x - FIO-8426: changes required for eSignature

* added types and description

* refactored types

* added description for renderModalPreview returned value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants