Skip to content

fix(FOUR-20275): forward submit events from nested modal renderer - #477

Open
gproly wants to merge 1 commit into
developfrom
bugfix/FOUR-20275
Open

fix(FOUR-20275): forward submit events from nested modal renderer#477
gproly wants to merge 1 commit into
developfrom
bugfix/FOUR-20275

Conversation

@gproly

@gproly gproly commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The nested vue-form-renderer inside Bootstrap Wrapper did not bubble submit and after-submit events to the parent screen, so submit buttons on modal subpages had no effect.

  • Listen for @submit and @after-submit on the nested vue-form-renderer
  • Re-emit both events to the parent via onSubmit and onAfterSubmit

https://processmaker.atlassian.net/browse/FOUR-20275

The nested vue-form-renderer inside Bootstrap Wrapper did not bubble submit
and after-submit events to the parent screen, so submit buttons on modal
subpages had no effect.

- Listen for @submit and @after-submit on the nested vue-form-renderer
- Re-emit both events to the parent via onSubmit and onAfterSubmit

https://processmaker.atlassian.net/browse/FOUR-20275
@decisions-sonarqube

Copy link
Copy Markdown

Quality Gate failed Quality Gate failed

Failed conditions
2 New issues
2 New Maintainability Issues (required ≤ 0)

See analysis details on SonarQube

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE SonarQube for IDE

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.

1 participant