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

Handler for synchronous Post-save triggers does not capture errors #804

Open
andrewbrazzatti opened this issue Feb 10, 2021 · 0 comments
Open

Comments

@andrewbrazzatti
Copy link
Contributor

The code that calls synchronous post-save triggers doesn't currently capture errors. This means that saves that cause a post-save synch trigger to error, do not respond back to the user to let them know there was an issue.
There should be a catch handler on this line:

postSaveCreateHookFunction(oid, record, options, user).subscribe(result => {

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

No branches or pull requests

1 participant