Skip to content

Commit

Permalink
fix: Issue 995
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Sep 18, 2024
1 parent eb96d0b commit 7f2025e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ private static List<ClassificationType> buildClassificationSubmissionSet(String

//Author
if(classificationAuthorType!=null){
classificationAuthorType.setClassifiedObject(SUBMISSION_ENTRY_ID);
out.add(classificationAuthorType);
} else if(!StringUtility.isNullOrEmpty(author)) {
AuthorSlotDTO authorSlotDto = CommonUtility.buildAuthorSlot(authorRole, authorInstitution, author);
Expand Down

0 comments on commit 7f2025e

Please sign in to comment.