-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.6
-
linux with apache and mysql
-
MySQL
-
MOODLE_28_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-51302-master -
-
When using a scorm activity which opens in a new window in a course which is using topics format and set to show all sections on one page. Also set the theme to clean to avoid issues with custom themes.
Launch the SCORM in a new window then move the window out of the way and view the return url on the previous page which says
"This SCORM package has been launched in a popup window, If you have finished viewing this resource, click here to return to the course page" This is a link to the url the server will return to when the scorm activity is exited and contains the error.
The url the scorm returns to is invalid as it looses a single character from the end of the url string as per below
http://
{servername}/course/view.php?id={course_id}#section-It should return the following url.
http://{servername}
/course/view.php?id=
{course_id}#section-2
The Id number is removed from the url so moodle defaults to showing only the course summary as that part of the url is complete.
- is a regression caused by
-
MDL-38489 SCORM player re-directs user to course page on form submit
- Closed