Open
Description
From @cwdcwd via Slack:
I think we have a small bug here:
in the event of a delete on a reviewSummation that
submission.reviewSummation
can sometimes be null
if all the summations are deleted. That puts a null
in on that field instead of removing it entirely. This later gets concatenated with new reviewSummations.I think we should null-check and then put and an empty array in if we can’t easily remove that field entirely.
Metadata
Metadata
Assignees
Labels
No labels