We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a bug with the grade category after a course import
Steps to reproduce the bug
gradecat
moodleoverflow
categoryid
grade_items
Bonuspoints
If you now open the grade report (grade/report/grader/index.php), you can see an exception:
Exception - Attempt to modify property "children" on null
It fails here: https://github.com/moodle/moodle/blob/139a0ad5f0458caaff7506c8b26081eea1c85231/lib/grade/grade_category.php#L2152
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a bug with the grade category after a course import
Steps to reproduce the bug
gradecat
in the tablemoodleoverflow
for the Moodleoverflow activity modflow1 in course c1categoryid
in the tablegrade_items
for the course c1gradecat
in the tablemoodleoverflow
for the Moodleoverflow activity modflow1 in course c2categoryid
in the tablegrade_items
for the course c2gradecat
in the tablemoodleoverflow
was not updated during the restore.Bonuspoints
gradecat
in the tablemoodleoverflow
for the Moodleoverflow activity modflow1 in course c2categoryid
in the tablegrade_items
for the course c2gradecat
in the tablemoodleoverflow
was modified and for the course c2 we now use the grade category from course c1.If you now open the grade report (grade/report/grader/index.php), you can see an exception:
It fails here: https://github.com/moodle/moodle/blob/139a0ad5f0458caaff7506c8b26081eea1c85231/lib/grade/grade_category.php#L2152
The text was updated successfully, but these errors were encountered: