use of org.olat.portfolio.ui.EPMapRunController in project openolat by klemens.
the class UserInfoMainController method doOpenPortfolio.
private EPMapRunController doOpenPortfolio(UserRequest ureq) {
removeAsListenerAndDispose(portfolioController);
OLATResourceable ores = OresHelper.createOLATResourceableType(CMD_PORTFOLIO);
WindowControl bwControl = addToHistory(ureq, ores, null);
portfolioController = new EPMapRunController(ureq, bwControl, false, EPMapRunViewOption.OTHER_MAPS, chosenIdentity);
listenTo(portfolioController);
return portfolioController;
}
use of org.olat.portfolio.ui.EPMapRunController in project OpenOLAT by OpenOLAT.
the class UserInfoMainController method doOpenPortfolio.
private EPMapRunController doOpenPortfolio(UserRequest ureq) {
removeAsListenerAndDispose(portfolioController);
OLATResourceable ores = OresHelper.createOLATResourceableType(CMD_PORTFOLIO);
WindowControl bwControl = addToHistory(ureq, ores, null);
portfolioController = new EPMapRunController(ureq, bwControl, false, EPMapRunViewOption.OTHER_MAPS, chosenIdentity);
listenTo(portfolioController);
return portfolioController;
}
Aggregations