Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.7
-
Component/s: SCORM
-
Labels:None
-
Environment:This bug has no issue with OS or browser.
-
Database:MySQL
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
Description
When we add a scorm there is a javascript error on that page. this error is on Packege File element of page. Because element name is reference[value] while when validation function called to validate it it calls it with the name form.elements['reference']. Due to this javascript error comes when we submit the form.
DETAIL:
function validate_mod_scorm_mod_form(frm)
in this function there is call to function validate_mod_scorm_mod_form_reference(frm.elements['reference'])
in this call frm.elements['reference'] is passes as argument while the element name is reference[value]
Issue Links
| This issue duplicates: | ||||
| MDL-9077 | SCORM Package Import Failure |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
this is now fixed in 18stable, 19stable, and HEAD, please wait until wednesday for this to appear in the Weekly build available on the download page.
thanks!
Dan