Skip to content
Snippets Groups Projects
Commit 96a5deb8 authored by uhensler's avatar uhensler
Browse files

OO-4168: Enable email in course tool participant list

parent 5786563e
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ private MembersDisplayRunController membersDisplayRunController;
boolean showCoaches = true;
boolean showParticipants = true;
boolean showWaiting = false;
boolean editable = false;
boolean editable = true;
membersDisplayRunController = new MembersDisplayRunController(ureq, wControl, getTranslator(), userCourseEnv,
null, owners, coaches, participants, waiting, curriculumInfos, canEmail, canDownload, deduplicateList,
showOwners, showCoaches, showParticipants, showWaiting, editable);
......
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