Skip to content
Snippets Groups Projects
Commit 2a11e801 authored by srosse's avatar srosse
Browse files

OO-45: fix red screen if trying to open a tab but there is too many of them open

parent 8db5140b
No related branches found
No related tags found
No related merge requests found
...@@ -244,10 +244,8 @@ public class NewControllerFactory extends LogDelegator { ...@@ -244,10 +244,8 @@ public class NewControllerFactory extends LogDelegator {
dt.setController(launchC); dt.setController(launchC);
dts.addDTab(dt); dts.addDTab(dt);
dts.activate(ureq, dt, null, entries); // null: do not activate to a certain view
} }
dts.activate(ureq, dt, null, entries); // null: do not activate to a certain view
} }
} }
}
} \ No newline at end of file
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