Skip to content
Snippets Groups Projects
Commit 15c6f92b authored by uhensler's avatar uhensler
Browse files

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

parents 99437003 2061654f
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ public class SurveyRunSecurityCallback {
return true;
}
if (moduleConfiguration.getBooleanSafe(SurveyCourseNode.CONFIG_KEY_REPORT_FOR_OWNER)
if (moduleConfiguration.getBooleanSafe(SurveyCourseNode.CONFIG_KEY_REPORT_FOR_COACH)
&& userCourseEnv.isCoach()) {
return true;
}
......
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