Skip to content
Snippets Groups Projects
Commit c1a03bf3 authored by uhensler's avatar uhensler
Browse files

OO-4207: RS when clicking to next not accessible course element

parent b5d6c091
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,7 @@ public class NavigationHandler implements Disposable { ...@@ -326,7 +326,7 @@ public class NavigationHandler implements Disposable {
//this is the case if only one of the additional conditions failed //this is the case if only one of the additional conditions failed
if (newCalledTreeNode.getNodeEvaluation() != null && newCalledTreeNode.getNodeEvaluation().oldStyleConditionsOk()) { if (newCalledTreeNode.getNodeEvaluation() != null && newCalledTreeNode.getNodeEvaluation().oldStyleConditionsOk()) {
controller = addMan.nextUserInputController(ureq, wControl, userCourseEnv); controller = addMan.nextUserInputController(ureq, wControl, userCourseEnv);
if (listeningController != null) { if (controller != null && listeningController != null) {
controller.addControllerListener(listeningController); controller.addControllerListener(listeningController);
} }
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment