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

Merge branch 'OpenOLAT_13.2' of...

Merge branch 'OpenOLAT_13.2' of ssh://srosse@office.frentix.com/home/srosse/repositories/OpenOLAT.git into OpenOLAT_13.2
parents aa4ea462 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;
}
......
<div class="o_evaluation_block clearfix o_block_large">
<div class="o_evaluation_block clearfix o_block_large o_print_break_avoid">
#if($r.isNotNull($title))
<h4>$title</h4>
#end
......
......@@ -353,9 +353,6 @@
/* Print styles */
@media print {
.o_evaluation_block {
page-break-inside : avoid;
}
.o_evaluation_discrete_radio .o_slider .o_evaluation_steps div.radio {
-webkit-print-color-adjust: exact;
color-adjust: exact;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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