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

Merge remote-tracking branch 'origin/OpenOLAT_14.2'

parents b969a096 6903b821
No related branches found
No related tags found
No related merge requests found
......@@ -996,7 +996,7 @@ public class LectureBlockDAO {
query.setParameter("managerKey", searchParams.getManager().getKey());
}
if(refId != null) {
query.setParameter("refId", refId);
query.setParameter("idKey", refId);
}
if(StringHelper.containsNonWhitespace(fuzzyString)) {
query.setParameter("fuzzyString", fuzzyString);
......
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