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

OO-3607: fix lazy loading issue in WebDAV of the participant folder

course element
parent 1d99226d
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ public class MergedPFCourseNodeContainer extends MergeSource {
public VFSItem resolve(String path) {
if(!initialized) {
init();
initialized = true;
}
return super.resolve(path);
}
......
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