From aebbaa22a72de61df154cb89fe819c9c952d0394 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Fri, 22 Dec 2017 09:55:39 +0100 Subject: [PATCH] OO-2967: wording --- .../assessment/ui/tool/IdentityListCourseNodeController.java | 4 ++-- .../org/olat/course/nodes/iq/_i18n/LocalStrings_de.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/olat/course/assessment/ui/tool/IdentityListCourseNodeController.java b/src/main/java/org/olat/course/assessment/ui/tool/IdentityListCourseNodeController.java index 4bf57518e2f..1e5efb366da 100644 --- a/src/main/java/org/olat/course/assessment/ui/tool/IdentityListCourseNodeController.java +++ b/src/main/java/org/olat/course/assessment/ui/tool/IdentityListCourseNodeController.java @@ -605,6 +605,8 @@ public class IdentityListCourseNodeController extends FormBasicController toolsCalloutCtrl.deactivate(); cleanUp(); } + } else if(toolsCalloutCtrl == source) { + cleanUp(); } else if(cmc == source) { cleanUp(); } @@ -650,8 +652,6 @@ public class IdentityListCourseNodeController extends FormBasicController } private void doOpenTools(UserRequest ureq, AssessedIdentityElementRow row, FormLink link) { - if(toolsCalloutCtrl != null) return; - removeAsListenerAndDispose(toolsCtrl); removeAsListenerAndDispose(toolsCalloutCtrl); diff --git a/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_de.properties index 11cdf9842a9..e5a7b6eb59e 100644 --- a/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_de.properties @@ -179,7 +179,7 @@ tool.delete.data=Alle Daten zur\u00FCcksetzen tool.extra.time=Testzeit verl\u00E4ngern tool.pull=Laufenden Test einziehen time.limit.max=Zeitbeschr\u00E4nkung -warning.assessment.mode=Pr\u00FCfung sind am laufen: +warning.assessment.mode=Folgende Pr\u00FCfungkonfiguration ist aktiv: warning.assessment.mode.date={0} von {1} bis {2} warning.test.with.essay=$org.olat.ims.qti.editor\:warning.test.with.essay warning.users.extra.time=Sie m\u00FCssen mindesten ein Benutzer ausw\u00E4hlen, deren Test man verl\u00E4ngern kann. -- GitLab