Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Comments

fix: Add default behavior to executeViewCloseHandler for all apps that don't implement it#763

Merged
d-gubert merged 2 commits intoalphafrom
fix/method-not-found-default
May 2, 2024
Merged

fix: Add default behavior to executeViewCloseHandler for all apps that don't implement it#763
d-gubert merged 2 commits intoalphafrom
fix/method-not-found-default

Conversation

@KevLehman
Copy link
Member

What? ⛵

Why? 🤔

There was an issue with some apps that didn't implement executeViewCloseHandler. This causes opened modals to be open forever on UI. This is because when the UI attempts to close it, it calls the aforementioned handler, and since it didn't exist, apps engine errored out.

This returned an empty response to the UI, which ignored the response and continued to show the view.

Links 🌎

rocketchat.atlassian.net/browse/CORE-401

PS 👀

@d-gubert d-gubert merged commit fc00008 into alpha May 2, 2024
@d-gubert d-gubert deleted the fix/method-not-found-default branch May 2, 2024 21:55
d-gubert added a commit that referenced this pull request May 2, 2024
…hat don't implement it (#763)

Co-authored-by: Douglas Gubert <douglas.gubert@gmail.com>
@d-gubert d-gubert mentioned this pull request May 3, 2024
@d-gubert d-gubert mentioned this pull request Jul 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants