Details
Description
While working on another issue, I spotted a problem in an SQL in grade_item::depends_on(). This was introduced during new DB API syntax rewrite. Patch follows.
Attachments
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-21191 | Regression in gradebook dependency calculation when aggregatesubcats is off |
|
|
|
Please see the patch. I am going to commit. This is how it looks in MOODLE_19_STABLE:
WHERE gc.path LIKE '%/{$grade_category->id}/%')";WHERE gc.path LIKE '%/{$grade_category->id}/%')";