Skip to content
Snippets Groups Projects
Commit 480ed365 authored by uhensler's avatar uhensler
Browse files

OO-4241: Delete old todos

parent b9f1c919
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,6 @@ public class ENCourseNode extends AbstractAccessableCourseNode {
@Override
public TabbableController createEditController(UserRequest ureq, WindowControl wControl, BreadcrumbPanel stackPanel, ICourse course, UserCourseEnvironment euce) {
//TODO uh
migrateConfig();
ENEditController childTabCntrllr = new ENEditController(getModuleConfiguration(), ureq, wControl, euce);
CourseNode chosenNode = course.getEditorTreeModel().getCourseNode(euce.getCourseEditorEnv().getCurrentCourseNodeId());
......
......@@ -180,7 +180,6 @@ public class WikiConfigController extends FormBasicController {
if (event == ReferencableEntriesSearchController.EVENT_REPOSITORY_ENTRY_SELECTED) {
wikiEntry = repositorySearchCtrl.getSelectedEntry();
if (wikiEntry != null) {
//TODO uh set copnfig
AbstractFeedCourseNode.setReference(courseNode.getModuleConfiguration(), wikiEntry);
WikiEditController.setWikiRepoReference(wikiEntry, config);
fireEvent(urequest, NodeEditController.NODECONFIG_CHANGED_EVENT);
......
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