use of org.olat.portfolio.ui.structel.view.EPChangelogController in project OpenOLAT by OpenOLAT.
the class EPMultiplePageController method instantiateCLController.
/**
* @param ureq
* @return
*/
private EPChangelogController instantiateCLController(UserRequest ureq) {
PageTab page = pageList.get(0);
EPAbstractMap abstrMap = (EPAbstractMap) ePFMgr.loadStructureParent(page);
return new EPChangelogController(ureq, getWindowControl(), abstrMap);
}
use of org.olat.portfolio.ui.structel.view.EPChangelogController in project openolat by klemens.
the class EPMultiplePageController method instantiateCLController.
/**
* @param ureq
* @return
*/
private EPChangelogController instantiateCLController(UserRequest ureq) {
PageTab page = pageList.get(0);
EPAbstractMap abstrMap = (EPAbstractMap) ePFMgr.loadStructureParent(page);
return new EPChangelogController(ureq, getWindowControl(), abstrMap);
}
Aggregations