Skip to content

Commit

Permalink
Merge pull request #1792 from alliance-genome/SCRUM-4748
Browse files Browse the repository at this point in the history
SCRUM-4748 Fix xref persistence error
  • Loading branch information
markquintontulloch authored Jan 13, 2025
2 parents 423bed7 + b62fb7a commit 56f219c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public List<CrossReference> validateCrossReferences(E uiEntity, E dbEntity) {
allValid = false;
response.addErrorMessages(field, ix, xrefResponse.getErrorMessages());
} else {
validatedXrefs.add(xref);
validatedXrefs.add(xrefResponse.getEntity());
}
}
}
Expand Down

0 comments on commit 56f219c

Please sign in to comment.