Skip to content
Snippets Groups Projects
Commit 88e81417 authored by srosse's avatar srosse
Browse files

Merge remote-tracking branch 'origin/OpenOLAT_14.2' into OpenOLAT_15.0

parents 300f9156 33dbc99d
No related branches found
No related tags found
No related merge requests found
......@@ -145,13 +145,12 @@ public class BigBlueButtonAdminController extends BasicController implements Act
}
private void doOpenConfiguration(UserRequest ureq) {
if(configCtrl == null) {
WindowControl bwControl = addToHistory(ureq, OresHelper.createOLATResourceableInstance("Configuration", 0l), null);
configCtrl = new BigBlueButtonConfigurationController(ureq, bwControl);
listenTo(configCtrl);
} else {
addToHistory(ureq, configCtrl);
}
removeAsListenerAndDispose(configCtrl);
WindowControl bwControl = addToHistory(ureq, OresHelper.createOLATResourceableInstance("Configuration", 0l), null);
configCtrl = new BigBlueButtonConfigurationController(ureq, bwControl);
listenTo(configCtrl);
mainVC.put("segmentCmp", configCtrl.getInitialComponent());
}
......
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