Skip to content

FIO-10425: Fixed issues where fields with errors in nested forms with in wizards are not properly highlighting when you click the error link.#6189

Merged
johnformio merged 4 commits intomasterfrom
fio-10425
Jul 23, 2025
Merged

FIO-10425: Fixed issues where fields with errors in nested forms with in wizards are not properly highlighting when you click the error link.#6189
johnformio merged 4 commits intomasterfrom
fio-10425

Conversation

@travist
Copy link
Copy Markdown
Member

@travist travist commented Jul 17, 2025

Link to Jira Ticket

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

Description

The nested form component was not properly passing along the promises so that when the "showErrors" method was getting called after the page was changed, the component had not yet attached so the errors would not show up on that page. This resolves that problem by ensuring all the promises are properly passed along.

Breaking Changes / Backwards Compatibility

None

Dependencies

None

How has this PR been tested?

Manual testing

Checklist:

  • 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)
  • 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 merged commit 0b87cdd into master Jul 23, 2025
7 of 8 checks passed
lane-formio pushed a commit that referenced this pull request Aug 14, 2025
… in wizards are not properly highlighting when you click the error link. (#6189)

* FIO-10425: Fixed issues where fields with errors in nested forms within wizards are not properly highlighting when you click the error link.

* Fixed some test issues.

* Remove metadata from unit tests for nested forms.

---------

Co-authored-by: John Teague <johnt@formio.com>
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.

2 participants