Skip to content

Commit

Permalink
Fix xref persistence error
Browse files Browse the repository at this point in the history
  • Loading branch information
markquintontulloch committed Jan 13, 2025
1 parent 423bed7 commit b62fb7a
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 b62fb7a

Please sign in to comment.