You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the report - definitely looks wrong there! - feel free to help further by sending through a PR with the patch otherwise we'll try to get to that sometime soon.
Error in Moodle 4.4
mod_reengagement
2023020804
Dropdown not working in participant view due to javascript error
We can fix this by changing these values from $cm->id to $course->id
mod/reengagement/view.php
Line 137
'data-course-id' => $course->id,
Line 189
$options->courseid = $course->id;
The text was updated successfully, but these errors were encountered: