Skip to content

Commit

Permalink
1.23.4 Hotfix (#545)
Browse files Browse the repository at this point in the history
* Update update-configmap.sh

* GRAD2-2995: the gender enum type is removed. (#544)

GRAD2-2995: the gender enum type is removed.

* Update pom.xml

---------

Co-authored-by: Chris Ditcher <[email protected]>
Co-authored-by: Jinil Sung <[email protected]>
  • Loading branch information
3 people authored Oct 2, 2024
1 parent 8546316 commit e82fa3c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
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-graduation-api</artifactId>
<version>1.8.61</version>
<version>1.8.62</version>
<name>educ-grad-graduation-api</name>
<description>Ministry of Education GRAD GRADUATION API</description>

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ private GraduationStatus getGraduationStatus(ca.bc.gov.educ.api.graduation.model

private Student getStudentDataAchvReport(GradSearchStudent studentObj, List<StudentOptionalProgram> optionalStudentProgram) {
Student studObj = new Student();
studObj.setGender(StudentGenderEnum.valueOf(studentObj.getGenderCode()).toString());
studObj.setCitizenship(studentObj.getStudentCitizenship());
studObj.setFirstName(studentObj.getLegalFirstName());
studObj.setMiddleName(studentObj.getLegalMiddleNames());
Expand Down

0 comments on commit e82fa3c

Please sign in to comment.