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

OO-495: hold directly the resource, it must be already persisted

parent db6624e5
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().findOrPersistResourceable(course));
this(OLATResourceManager.getInstance().findResourceable(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