-
Bug
-
Resolution: Fixed
-
Blocker
-
2.3.4, 2.4.1
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MDL-38149_ajax -
Just filling this in From michaels comments in MDL-34800, since we are addressing this in a new issue:
"I found one factor that you might be able to replicate for your testing. I am using a gradebook that has activities in it, but no actual grades. In other words, it is a fresh course restore. When I add some marks and click Update, the page refreshes and then things seem to work as expected. This might explain the difference I was seeing between versions before. After adding some grades in the stable version, the update button disappears as reported; in the integration version, the button is now disabled.
I retested this with FF, Chrome and IE and they all reported a JS error. IE isolated it down to the following...
SCRIPT5007: Unable to get property 'length' of undefined or null reference
module.js, line 1 character 12608
...which seems to revolve around this statement...
for(var i=0;i<this.report.grades.length;i++)if(this.report.grades[i]...
...which leads back to the report FF gave (shown above).
I hope this helps."
- Testing discovered
-
MDL-34800 Turning AJAX on in Grader Report causes update button to disappear
-
- Closed
-