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

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

Merged
merged 2 commits into from
May 2, 2024

Conversation

KevLehman
Copy link
Contributor

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
8 checks passed
@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 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.

None yet

4 participants