Skip to content

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

Open
gproly wants to merge 2 commits into
developfrom
bugfix/FOUR-20275
Open

gproly wants to merge 2 commits 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
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 screen via onSubmit and onAfterSubmit
- Declare submit and after-submit in the emits option for Vue/Sonar compliance

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

Copy link
Copy Markdown

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