Skip to content
Snippets Groups Projects
Commit 3fe79a91 authored by srosse's avatar srosse
Browse files

OO-4150: reload alert to unclosed lecture blocks more often

parent d5d967ca
No related branches found
No related tags found
No related merge requests found
...@@ -160,6 +160,7 @@ public class LecturesCockpitController extends BasicController implements Activa ...@@ -160,6 +160,7 @@ public class LecturesCockpitController extends BasicController implements Activa
} else if(source == rollCallCtrl) { } else if(source == rollCallCtrl) {
if(event == Event.DONE_EVENT || event == Event.BACK_EVENT || event == Event.CANCELLED_EVENT) { if(event == Event.DONE_EVENT || event == Event.BACK_EVENT || event == Event.CANCELLED_EVENT) {
backToDaily(); backToDaily();
reloadModels();
} }
} else if(event == Event.BACK_EVENT) { } else if(event == Event.BACK_EVENT) {
backToDaily(); backToDaily();
......
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