-
Bug
-
Resolution: Fixed
-
Major
-
4.0.5
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-76332-master -
This happens in 4.0 and master.
- Open a recording only room
- Look at the javascript console
This is due to the join button not being present when running the room updater.
You will see:
4.0:
roomupdater.js:8 Uncaught TypeError: Cannot read properties of null (reading 'dataset') |
at updateRoom (roomupdater.js:8:856) |
at poll (roomupdater.js:8:522) |
at roomupdater.js:8:316 |
|
4.1:
Uncaught TypeError: Cannot read properties of null (reading 'dataset') |
at updateRoom (roomupdater.js:91:38) |
at poll (roomupdater.js:70:5) |
at _exports.start (roomupdater.js:49:5) |
at _exports.init (rooms.js:72:17) |
at view.php?id=26:661:11 |
at Object.execCb (require.js:1696:33) |
at Module.check (require.js:883:51) |
at Module.<anonymous> (require.js:1139:34) |
at require.js:134:23 |
at require.js:1189:21 |
updateRoom @ roomupdater.js:91 |
....