Skip to content

Commit

Permalink
GRAD2-2580
Browse files Browse the repository at this point in the history
(GRAD) Fix User Request Distribution Run options - Part 2 - CUR and Null Distribution Dates
  • Loading branch information
arybakov-cgi committed May 2, 2024
1 parent e6568b8 commit c031e12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ public ResponseEntity<DistributionSummaryDTO> launchUserReqDisRunSpecialJob(@Pat
String studentSearchData = jsonTransformer.marshall(studentSearchRequest);
builder.addString(SEARCH_REQUEST, studentSearchData);
builder.addString(CREDENTIALTYPE,credentialType);
JobExecution jobExecution = asyncJobLauncher.run(jobRegistry.getJob("UserReqDistributionBatchJob"), builder.toJobParameters());
JobExecution jobExecution = jobLauncher.run(jobRegistry.getJob("UserReqDistributionBatchJob"), builder.toJobParameters());
ExecutionContext jobContext = jobExecution.getExecutionContext();
DistributionSummaryDTO summaryDTO = (DistributionSummaryDTO)jobContext.get(DISDTO);
if(summaryDTO == null) {
Expand Down

0 comments on commit c031e12

Please sign in to comment.