minor fix for SEBSERV-153, set config status to "In Use"
This commit is contained in:
parent
a01ed72d57
commit
3ea728f725
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public class ExamTemplateServiceImpl implements ExamTemplateService {
|
||||||
replaceVars(this.defaultExamConfigDescTemplate, exam, examTemplate),
|
replaceVars(this.defaultExamConfigDescTemplate, exam, examTemplate),
|
||||||
ConfigurationType.EXAM_CONFIG,
|
ConfigurationType.EXAM_CONFIG,
|
||||||
exam.owner,
|
exam.owner,
|
||||||
ConfigurationStatus.CONSTRUCTION);
|
ConfigurationStatus.IN_USE);
|
||||||
|
|
||||||
final ConfigurationNode examConfig = this.configurationNodeDAO
|
final ConfigurationNode examConfig = this.configurationNodeDAO
|
||||||
.createNew(configurationNode)
|
.createNew(configurationNode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue