-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 9.4.0
-
Fix Version/s: 9.4.0
-
Component/s: Course
-
Labels:None
-
Funded by:
The name in the breadcrumb path should be "QTI Test Statistics", not "Course Statistics"
diff -r 3b6a75c493e9 src/main/java/org/olat/course/run/RunMainController.java --- a/src/main/java/org/olat/course/run/RunMainController.java Tue May 06 11:38:45 2014 +0200 +++ b/src/main/java/org/olat/course/run/RunMainController.java Wed May 07 13:09:52 2014 +0200 @@ -863,14 +863,14 @@ StatisticCourseNodesController statsToolCtr = new StatisticCourseNodesController(ureq, swControl, courseRepositoryEntry, uce); currentToolCtr = statsToolCtr; listenTo(statsToolCtr); - all.pushController(translate("command.openstatistic"), statsToolCtr); + all.pushController(translate("command.openqtistatistic"), statsToolCtr); return statsToolCtr; } if (isCourseCoach) { StatisticCourseNodesController statsToolCtr = new StatisticCourseNodesController(ureq, swControl, courseRepositoryEntry, uce); currentToolCtr = statsToolCtr; listenTo(statsToolCtr); - all.pushController(translate("command.openstatistic"), statsToolCtr); + all.pushController(translate("command.openqtistatistic"), statsToolCtr); return statsToolCtr; } return null;