Skip to content

Commit 264b2af

Browse files
Show cancell all when signup type multiple
1 parent 0527cdb commit 264b2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function print_session_list($courseid, $facetoface, $location) {
230230
}
231231

232232
// Upcoming sessions - cancel all
233-
if (!empty($bookedsessionmap)) {
233+
if (!empty($bookedsessionmap) && $bulksignup) {
234234
$cancelallurl = new moodle_url('/mod/facetoface/cancelsignup.php', ['f' => $facetoface->id]);
235235
$cancelallbookingslink = html_writer::link(
236236
$cancelallurl,

0 commit comments

Comments
 (0)