Skip to content

Commit

Permalink
Merge pull request #247 from bcgov/fix/expiryDate
Browse files Browse the repository at this point in the history
Update MoveSchoolOrchestratorService.java
  • Loading branch information
arcshiftsolutions authored Oct 18, 2023
2 parents 09a652b + 8534e72 commit b6533a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public void copyUsersToNewSchool(MoveSchoolData moveSchoolData) {
newEdxUserSchoolEntity.setUpdateDate(LocalDateTime.now());
newEdxUserSchoolEntity.setUpdateUser(moveSchoolData.getCreateUser());
newEdxUserSchoolEntity.setCreateDate(LocalDateTime.now());
newEdxUserSchoolEntity.setExpiryDate(edxUserSchoolEntity.getExpiryDate());

Set<EdxUserSchoolRoleEntity> edxUserSchoolRoleEntitySet = new HashSet<>();

Expand Down

0 comments on commit b6533a9

Please sign in to comment.