Skip to content

Commit

Permalink
fix archive case action not showing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
grapigeau committed Oct 24, 2024
1 parent ef0321c commit e4cd804
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public ObjectNode toJson(ObjectMapper mapper) {
node.put("case_id", caseId);
node.put("requisition_id", requisitionId);
node.set("parameters", parameters);
errors.forEach(node.putArray("errors")::add);
limsIds.forEach(node.putArray("lims_ids")::add);
workflowRunIdsForOffsiteArchive.forEach(
node.putArray("workflow_run_ids_for_offsite_archive")::add);
Expand Down

0 comments on commit e4cd804

Please sign in to comment.