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

OO-495: revert the fix as it breaks the unit tests and probably some imports

parent f8b6cefa
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class PersistingCourseGroupManager extends BasicManager implements Course
private final BusinessGroupService businessGroupService;
private PersistingCourseGroupManager(OLATResourceable course) {
this(OLATResourceManager.getInstance().findResourceable(course));
this(OLATResourceManager.getInstance().findOrPersistResourceable(course));
}
private PersistingCourseGroupManager(OLATResource courseResource) {
......
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