Skip to content
Snippets Groups Projects
Commit 7fc68c03 authored by srosse's avatar srosse
Browse files

OO-762: don't create the view if the portfolio is disabled but an empty panel

parent 21ff9dbc
No related branches found
No related tags found
No related merge requests found
......@@ -106,11 +106,12 @@ public class EPArtefactPoolRunController extends BasicController implements Acti
} else {
initTPFilterView(ureq);
}
}
initViewModeController(ureq);
putInitialPanel(viewComp);
initViewModeController(ureq);
putInitialPanel(viewComp);
} else {
putInitialPanel(new Panel("empty"));
}
}
/**
......
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