- Issue created by @socketwench
- πΊπΈUnited States socketwench
The following patch changes the execution to use the UserModuleStatus' user, rather than the current user.
When visiting a path for a module status (module/{opigno_module}/result/{user_module_status}) the controlling class assumes the current user, rather than the user from the UserModuleStatus passed as a parameter. This is not visible until manual scoring is used, in which LPs can be "stuck" as incomplete even though all modules have been scored as passing.
Update the controller to rely on the user passed from the $user_module_status parameter.
Create patch.
None.
None.
None.
Active
3.2
Code
The following patch changes the execution to use the UserModuleStatus' user, rather than the current user.