Skip to content

Commit

Permalink
GRAD2-2513
Browse files Browse the repository at this point in the history
(GRAD) - Incident: XML Preview needs to show Last Updated Date instead of an Issue Date
  • Loading branch information
arybakov-cgi committed Mar 1, 2024
1 parent 2348627 commit 6cce66e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.apache.commons.lang3.NotImplementedException;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.builder.CompareToBuilder;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.io.IOException;
Expand Down Expand Up @@ -116,6 +117,7 @@ public class StudentTranscriptServiceImpl extends GradReportServiceImpl implemen

private final StudentTranscriptRepository studentTranscriptRepository;

@Autowired
public StudentTranscriptServiceImpl(ReportService reportService, GradDataConvertionBean gradDataConvertionBean, ProgramCertificateTranscriptRepository programCertificateTranscriptRepository, StudentTranscriptRepository studentTranscriptRepository) {
this.reportService = reportService;
this.gradDataConvertionBean = gradDataConvertionBean;
Expand Down

0 comments on commit 6cce66e

Please sign in to comment.