Skip to content

Commit 5150ef2

Browse files
committed
Set the activity code for REGALG
1 parent b1aaf93 commit 5150ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/java/ca/bc/gov/educ/api/batchgraduation/controller/JobLauncherController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public ResponseEntity<BatchJobResponse> launchRegGradSpecialJob(@RequestBody Stu
235235
response.setStartTime(LocalDateTime.now());
236236
response.setStatus(BatchStatusEnum.STARTED.name());
237237
validateInput(response, studentSearchRequest);
238+
studentSearchRequest.setActivityCode("GRADALG");
238239
if(response.getException() != null) {
239240
return ResponseEntity.status(400).body(response);
240241
}

0 commit comments

Comments
 (0)