Skip to content

Commit acb18cb

Browse files
author
Rupert Westenthaler
committed
MORE-Platform#421: two properties used multiple points in its key goaltemplate.property.steps..question.name and goaltemplate.property.steps.goal..singleChoiceState.name. Those are removed now
1 parent 9862671 commit acb18cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

studymanager-goaltemplates/src/main/java/io/redlink/more/studymanager/component/goaltemplate/StepGoalTemplateFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public List<Value> getProperties() {
8080

8181
CONFIG_SECTION_SELF_REPORT,
8282
new StringValue("question")
83-
.setName(STEP_PROPERTY_PREFIX + ".question.name")
83+
.setName(STEP_PROPERTY_PREFIX + "question.name")
8484
.setDescription(STEP_PROPERTY_PREFIX + "question.description")
8585
.setRequired(false),
8686
new StringListValue("answers")
@@ -94,7 +94,7 @@ public List<Value> getProperties() {
9494
))
9595
.setRequired(false),
9696
new BooleanValue("singleChoiceState")
97-
.setName(STEP_PROPERTY_PREFIX + ".singleChoiceState.name")
97+
.setName(STEP_PROPERTY_PREFIX + "singlFeChoiceState.name")
9898
.setDescription(STEP_PROPERTY_PREFIX + "singleChoiceState.description")
9999
.setRequired(false)
100100
);

0 commit comments

Comments
 (0)