-
Bug
-
Resolution: Fixed
-
Minor
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
This is a regression from MDL-74638 - if the Bigbluebutton activity doesn't have "Guest access" enabled then the following error is generated (in the browser console)
Uncaught TypeError: showGuestAccessButton is null
|
init http://localhost:8000/lib/requirejs.php/1668545400/core/first.js:2639
|
<anonymous> http://localhost:8000/mod/bigbluebuttonbn/view.php?id=3&forceview=1 line 2 > injectedScript:3
|
execCb http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
check http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
enable http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
init http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
o http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
setTimeout handler*req.nextTick< http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
o http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
requirejs http://localhost:8000/lib/javascript.php/1668545400/lib/requirejs/require.min.js:5
|
<anonymous> http://localhost:8000/mod/bigbluebuttonbn/view.php?id=3&forceview=1 line 2 > injectedScript:2
|
jQuery 3
|
runTemplateJS http://localhost:8000/lib/requirejs.php/1668545400/core/first.js:79
|
domReplace http://localhost:8000/lib/requirejs.php/1668545400/core/first.js:79
|
replaceNode http://localhost:8000/lib/requirejs.php/1668545400/core/first.js:79
|
updateRoom http://localhost:8000/lib/requirejs.php/1668545400/core/first.js:2631
|
jQuery 43
|
first.js:2639:576
|
|
This is also reported at MDL-76291, related to Behat tests - however those failures appear to predate the integration of MDL-74638