Closed ajhyndman closed 2 years ago
There is an if (errors.length === 0)
check around the update (see here), but it's scoped only within validateSubrecipientRecord
so if a given subrecipient record is considered valid but there are errors elsewhere in the spreadsheet, they will not be caught by this check.
fixed in #380
closed by #380
Right now, we process subrecipients on upload. This means that we will capture subrecipients from even invalid uploads.
I am not 100% sure if this is desirable or not, but we should probably check in with partners, and discuss the options.