Bug #7420
Check student view in LP
Files
Associated revisions
History
Updated by Tomas Rodrigues over 6 years ago
Olá,
Fiz testes agora e repliquei o o bug em vídeo.
Espero que ajude.
Editei o arquivo ip._controller.php com descrito aqui:
"george.kourvoulis wrote:
It seems to be fixed by adding on the top of lp_controller.php and after use \ChamiloSession as Session; the following code:
if(!isset($_GET['isStudentView'])) $_GET['isStudentView']="false";"
Esta funcionado para mim.
att.
Marcelo Bassuma
Updated by Angel Quiroz about 6 years ago
- Status changed from New to Needs testing
- % Done changed from 0 to 40
It can be solved with the comment above. But this bug appears to be generated in the 2fcd765 https://github.com/chamilo/chamilo-lms/commit/2fcd765bf704407164084dea9d846d567074ebee
Updated by Tomas Rodrigues about 6 years ago
Olá,
Retirei o código (if(!isset($_GET['isStudentView'])) $_GET['isStudentView']="false";") e usei o que você postou https://github.com/chamilo/chamilo-lms/pull/456.
Teve o mesmo efeito.
saudações;
Marcelo Bassuma
Updated by Angel Quiroz about 6 years ago
I closed the PR#456 and open other to 1.10.x
Updated by Yannick Warnier almost 6 years ago
- Status changed from Needs testing to Bug resolved
- Assignee set to Angel Quiroz
- % Done changed from 40 to 100
Looks fixed to me.
Return to Teacher view in LP - refs #7420