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

OO-5074: Reload survey run view whenever it is displayed

parent aba50601
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ public class EvaluationFormRuntimeController extends RepositoryEntryRuntimeContr ...@@ -58,6 +58,8 @@ public class EvaluationFormRuntimeController extends RepositoryEntryRuntimeContr
if(((EvaluationFormEditorController)editorCtrl).hasChanges()) { if(((EvaluationFormEditorController)editorCtrl).hasChanges()) {
doReloadRuntimeController(ureq); doReloadRuntimeController(ureq);
} }
} else if (toolbarPanel.getRootController() == toolbarPanel.getLastController()) {
doReloadRuntimeController(ureq);
} }
} }
......
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