Skip to content

Add patch that handles no results for org contacts in application layer

When creating Foundation records, there is an attempt to check if the contacts already exist before creating to attempt to save some calls or retain previous information. When missing, this will throw an exception which fails out the process which is unintended.

Merge request reports