Skip to content
Snippets Groups Projects
Commit c9648fdf authored by srosse's avatar srosse
Browse files

no-jira: after merge fix

parent 20409e6b
No related branches found
No related tags found
No related merge requests found
...@@ -282,7 +282,7 @@ public class CourseAssessmentManagerImpl implements AssessmentManager { ...@@ -282,7 +282,7 @@ public class CourseAssessmentManagerImpl implements AssessmentManager {
} }
if(passed != null && passed.booleanValue() && course.getCourseConfig().isAutomaticCertificationEnabled()) { if(passed != null && passed.booleanValue() && course.getCourseConfig().isAutomaticCertificationEnabled()) {
if(certificatesManager.isRecertificationAllowed(assessedIdentity, courseEntry)) { if(certificatesManager.isCertificationAllowed(assessedIdentity, courseEntry)) {
CertificateTemplate template = null; CertificateTemplate template = null;
Long templateId = course.getCourseConfig().getCertificateTemplate(); Long templateId = course.getCourseConfig().getCertificateTemplate();
if(templateId != null) { if(templateId != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment