Skip to content
Snippets Groups Projects
Commit 0cfda8fd authored by srosse's avatar srosse
Browse files

OO-5312: update publication status after closing the editor

parent 3c18c4f4
No related branches found
No related tags found
No related merge requests found
......@@ -1153,6 +1153,11 @@ public class CourseRuntimeController extends RepositoryEntryRuntimeController im
if(popedController != null && popedController == assessmentToolCtr) {
setCourseClosedMessage();
}
if(popedController != null && popedController == editorCtrl) {
loadRepositoryEntry();
reloadStatus();
}
if(popedController != getRunMainController()) {
toolControllerDone(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