From f2adbf1e65f6fad907f731727ca09f28508026f4 Mon Sep 17 00:00:00 2001 From: Erik Sommer Date: Thu, 2 Sep 2021 15:39:26 +0200 Subject: [PATCH] Rename `correction` to `repeatOnCorrection` --- src/descriptors/template.json | 2 +- src/provider/template/parts/TaskProperties.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/descriptors/template.json b/src/descriptors/template.json index 5ae505a..8e28cbf 100644 --- a/src/descriptors/template.json +++ b/src/descriptors/template.json @@ -14,7 +14,7 @@ ], "properties": [ { - "name": "correction", + "name": "repeatOnCorrection", "isAttr": true, "type": "Boolean" }, diff --git a/src/provider/template/parts/TaskProperties.js b/src/provider/template/parts/TaskProperties.js index 62d6bf4..ed82f64 100644 --- a/src/provider/template/parts/TaskProperties.js +++ b/src/provider/template/parts/TaskProperties.js @@ -15,7 +15,7 @@ export default function (group, element, translate) { id: 'correction', description: getLocalizedStringForKey('correctionDescription'), label: getLocalizedStringForKey('correction'), - modelProperty: 'correction' + modelProperty: 'repeatOnCorrection' })); group.entries.push(entryFactory.selectBox(translate, {