Skip to content

Commit

Permalink
Merge pull request #311 from bcgov/grad-release
Browse files Browse the repository at this point in the history
Grad release 1.19.0
  • Loading branch information
githubmamatha authored May 23, 2024
2 parents d556f4b + 3e94ff8 commit ddf8aee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.educ</groupId>
<artifactId>educ-grad-student-graduation-api</artifactId>
<version>1.8.43</version>
<version>1.8.44</version>
<name>educ-grad-student-graduation-api</name>
<description>Ministry of Education GRAD STUDENT GRADUATION API</description>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE TRANSCRIPT_MESSAGE SET GRAD_PROJECTED_MESSAGE='Based on the information provided by the school, this student cannot satisfy the requirements for the Graduation Program %s. Note: Students are no longer eligible to graduate on the 2018 graduation program unless required courses were completed by June 30, 2024. Contact your school counselor for more information.' WHERE GRADUATION_PROGRAM_CODE IN('2018-EN', '2018-PF') AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED';
UPDATE TRANSCRIPT_MESSAGE SET GRAD_MAIN_MESSAGE = 'Based on the information provided by the school, this student has not yet graduated in the %s. Note: Students are no longer eligible to graduate on the 2018 graduation program unless required courses were completed by June 30, 2024. Contact your school counselor for more information.' WHERE GRADUATION_PROGRAM_CODE IN('2018-EN', '2018-PF') AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE TRANSCRIPT_MESSAGE SET GRAD_MAIN_MESSAGE = 'Based on the information provided by the school, this student has not yet graduated in the %s. Note: Students are no longer eligible to graduate on the 2018 graduation program unless required courses were completed by June 30, 2024. Contact your school counselor for more information.' WHERE GRADUATION_PROGRAM_CODE IN('2018-EN', '2018-PF') AND MESSAGE_TYPE_CODE = 'NOT_GRADUATED';

0 comments on commit ddf8aee

Please sign in to comment.