You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
redbox-portal/typescript/api/services/RecordsService.ts
Line 669 in 4c4270e
The text was updated successfully, but these errors were encountered: