Skip to content

Commit 22139f4

Browse files
Merge pull request #617 from bcgov/feature/Grad2-3337
Grad2-3337 Date Range for TVR
2 parents 7a041b6 + a273209 commit 22139f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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
@@ -331,6 +331,7 @@ public ResponseEntity<BatchJobResponse> launchTvrRunSpecialJob(@RequestBody Stud
331331
response.setStartTime(LocalDateTime.now());
332332
response.setStatus(BatchStatusEnum.STARTED.name());
333333
validateInput(response, studentSearchRequest);
334+
studentSearchRequest.setActivityCode("GRADPROJECTED");
334335
if(response.getException() != null) {
335336
return ResponseEntity.status(400).body(response);
336337
}

0 commit comments

Comments
 (0)