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

OO-223: fix the queries to collect the groups folders for normal users with WebDAV

parent d2d765da
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ class GroupfoldersWebDAVMergeSource extends MergeSource {
for (BusinessGroup group : tutorGroups) {
addContainer(group, addedGroupKeys, addedGroupNames, true);
}
List<BusinessGroup> participantsGroups = bgm.findBusinessGroups(params, identity, true, false, null, 0, -1);
List<BusinessGroup> participantsGroups = bgm.findBusinessGroups(params, identity, false, true, null, 0, -1);
for (BusinessGroup group : participantsGroups) {
addContainer(group, addedGroupKeys, addedGroupNames, false);
}
......
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