Skip to content
Snippets Groups Projects
Commit 7e0b7f36 authored by uhensler's avatar uhensler
Browse files

OO-4725: Confirmation button in learning path not shown (cp, wiki)

parent d07a664d
No related branches found
No related tags found
No related merge requests found
...@@ -567,10 +567,6 @@ public class NavigationHandler implements Disposable { ...@@ -567,10 +567,6 @@ public class NavigationHandler implements Disposable {
// always insert before already existing course building block children // always insert before already existing course building block children
parent.insert(chdc, 0); parent.insert(chdc, 0);
} }
if (parent instanceof GenericTreeNode) {
((GenericTreeNode)parent).setIdent(root.getIdent());
}
} }
private static class SubTree { private static class SubTree {
......
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