Skip to content
Snippets Groups Projects
Commit 23601b11 authored by srosse's avatar srosse
Browse files

OO-380: give different root IDs to the map tree and the structure in the e-portfolio editor

parent 76ff3f6b
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ import org.olat.portfolio.ui.structel.EPStructureChangeEvent; ...@@ -60,7 +60,7 @@ import org.olat.portfolio.ui.structel.EPStructureChangeEvent;
public class EPCollectStepForm04 extends StepFormBasicController { public class EPCollectStepForm04 extends StepFormBasicController {
private static final String NO_MAP_CHOOSEN = "noMapChoosen"; private static final String NO_MAP_CHOOSEN = "noMapChoosen";
private static final String ROOT_NODE_IDENTIFIER = "root"; private static final String ROOT_NODE_IDENTIFIER = "rootMaps";
private TreeController mapsTreeController; private TreeController mapsTreeController;
EPFrontendManager ePFMgr; EPFrontendManager ePFMgr;
private PortfolioStructure selectedPortfolioStructure; private PortfolioStructure selectedPortfolioStructure;
......
...@@ -68,7 +68,7 @@ public class EPTOCController extends BasicController { ...@@ -68,7 +68,7 @@ public class EPTOCController extends BasicController {
protected static final String ARTEFACT_NODE_CLICKED = "artefactNodeClicked"; protected static final String ARTEFACT_NODE_CLICKED = "artefactNodeClicked";
private static final String DELETE_LINK_CMD = "delete"; private static final String DELETE_LINK_CMD = "delete";
private static final String ARTEFACT_NODE_IDENTIFIER = "art"; private static final String ARTEFACT_NODE_IDENTIFIER = "art";
private static final String ROOT_NODE_IDENTIFIER = "root"; private static final String ROOT_NODE_IDENTIFIER = "rootStruct";
protected final EPFrontendManager ePFMgr; protected final EPFrontendManager ePFMgr;
protected final EPStructureManager eSTMgr; protected final EPStructureManager eSTMgr;
protected PortfolioStructure rootNode; protected PortfolioStructure rootNode;
......
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