We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7835ce6 commit a6bcabdCopy full SHA for a6bcabd
block_evasys_sync.php
@@ -222,7 +222,7 @@ public function get_content() {
222
* In case of the automated workflow, we require surveys
223
* in order to be able to automatically trigger the evaluation. */
224
'showcontrols' => ($hassurveys || !$ismodeautomated) && count($evasyscourses) > 0 && !$invalidcourses,
225
- 'usestandardtimelayout' => (!$ismodeautomated && $recordhasstandardtime && $record),
+ 'usestandardtimelayout' => (!$ismodeautomated && $recordhasstandardtime && !$record),
226
// Choose mode.
227
'direct' => $ismodeautomated,
228
'startdisabled' => $startdisabled || $standardttimemode,
0 commit comments