Skip to content

Commit

Permalink
K1J-404: Add agreement to testability.
Browse files Browse the repository at this point in the history
  • Loading branch information
cigerhed committed Oct 31, 2024
1 parent 7754cd8 commit ee12fa8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public CertificateServiceUserDTO build(HoSPersonal hoSPersonal) {
.role(role)
.blocked(false)
.allowCopy(true)
.agreement(true)
.healthCareProfessionalLicence(user.getLegitimeradeYrkesgrupper())
.build();
}
Expand All @@ -79,4 +80,4 @@ private List<PaTitleDTO> paTitles(List<String> befattningar) {
)
.collect(Collectors.toList());
}
}
}

0 comments on commit ee12fa8

Please sign in to comment.