-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.3.5
-
MOODLE_403_STABLE
I don't think changes in MDL-72451 are correct https://github.com/moodle/moodle/blob/main/lib/gradelib.php#L464.
For some reason it only marks regrading finished in grade_get_grades() which was because quiz page calling that function and error in calculation formula was making calculation to loop. But what about all other places that are calling grade_regrade_final_grades()? There are plenty of places in the code and they will have same problem as MDL-72451