catalyst / moodle-mod_reengagement

Allows timed release of content and emails users to remind them to complete a course activity
23 stars 39 forks source link

JS Error in reengagement/view.php in moodle 4.4 #152

Closed fashberg closed 2 months ago

fashberg commented 2 months ago

The JS functions are not working at the reengatement view inside a course, so no changes can be made to participatiants.

first.js:2716 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
    at _exports.init (first.js:2716:2570)
    at view.php?id=28:1179:101
    at Object.execCb (require.min.js:5:12861)
    at b.check (require.min.js:5:6615)
    at b.enable (require.min.js:5:9363)
    at b.init (require.min.js:5:5721)
    at require.min.js:5:11235

Fix follows