use of org.olat.group.ui.edit.BusinessGroupEditController in project OpenOLAT by OpenOLAT.
the class BusinessGroupMainRunController method doAdministration.
private Activateable2 doAdministration(UserRequest ureq) {
removeAsListenerAndDispose(bgEditCntrllr);
ThreadLocalUserActivityLogger.addLoggingResourceInfo(LoggingResourceable.wrapBusinessPath(ORES_TOOLADMIN));
WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ORES_TOOLADMIN, null, getWindowControl());
addToHistory(ureq, bwControl);
collabToolCtr = bgEditCntrllr = new BusinessGroupEditController(ureq, bwControl, toolbarPanel, businessGroup);
listenTo(bgEditCntrllr);
mainPanel.setContent(bgEditCntrllr.getInitialComponent());
return bgEditCntrllr;
}
use of org.olat.group.ui.edit.BusinessGroupEditController in project openolat by klemens.
the class BusinessGroupMainRunController method doAdministration.
private Activateable2 doAdministration(UserRequest ureq) {
removeAsListenerAndDispose(bgEditCntrllr);
ThreadLocalUserActivityLogger.addLoggingResourceInfo(LoggingResourceable.wrapBusinessPath(ORES_TOOLADMIN));
WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ORES_TOOLADMIN, null, getWindowControl());
addToHistory(ureq, bwControl);
collabToolCtr = bgEditCntrllr = new BusinessGroupEditController(ureq, bwControl, toolbarPanel, businessGroup);
listenTo(bgEditCntrllr);
mainPanel.setContent(bgEditCntrllr.getInitialComponent());
return bgEditCntrllr;
}
Aggregations