Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown not working in participant view #165

Open
eledia opened this issue Jul 10, 2024 · 1 comment
Open

Dropdown not working in participant view #165

eledia opened this issue Jul 10, 2024 · 1 comment
Labels

Comments

@eledia
Copy link

eledia commented Jul 10, 2024

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;

@danmarsden
Copy link
Member

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.

@danmarsden danmarsden added the bug label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants