-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.6, 2.6.1
-
None
-
MOODLE_26_STABLE
-
git@github.com:skelty-unikent/moodle.git
On the course review pages the quiz attempt ID is being overwritten by the attempt user ID.
This goes back to 'quiz_get_recent_mod_activity' in quiz lib, where user fields are selected and the ID is not aliased, so the query returns two fields with the name 'id' and results in the attempt ID being overwritten by the User ID.
Will submit example fix.
- duplicates
-
MDL-44362 Wrong id in recent activity
- Closed