minor fix for SEBSERV-153, set config status to "In Use"

This commit is contained in:
anhefti 2022-02-08 13:54:50 +01:00
parent a01ed72d57
commit 3ea728f725

View file

@ -184,7 +184,7 @@ public class ExamTemplateServiceImpl implements ExamTemplateService {
replaceVars(this.defaultExamConfigDescTemplate, exam, examTemplate),
ConfigurationType.EXAM_CONFIG,
exam.owner,
ConfigurationStatus.CONSTRUCTION);
ConfigurationStatus.IN_USE);
final ConfigurationNode examConfig = this.configurationNodeDAO
.createNew(configurationNode)