Bug #7296
Reporting section: doesn't show the courses assigned to the user
Description
Cuando asigno cursos a un usuario administrador, al acceder al apartado de informes del menú superior, no se muestran los cursos asignados, sólo aparecen los cursos en los que el usuario es profesor.
Lo he probado en varias instalaciones de Chamilo, y también en stable.chamilo.org
Noa también me ha confirmado este comportamiento.
Adjunto captura de stable.chamilo.org. John Doe tiene asignados todos los cursos pero solo aparecen 13, aunque hay bastantes más. Y al hacer clic en ese enlace siguen apareciendo solo esos 13.
Files
Associated revisions
Add 'Assigned Courses' info row - refs #7296
Fix redirection and icons - refs #7296
Add COURSE_RELATION_TYPE_COURSE_MANAGER and SESSION_RELATION_TYPE_COURSE_MANAGER constants to main_api.lib.php. Replace '1' with COURSE_RELATION_TYPE_COURSE_MANAGER constant in relation_type query - refs #7296
Minor style adjustments for tracking page - refs #7296
History
Updated by Yannick Warnier over 6 years ago
- Status changed from New to Assigned
- Assignee set to Imanol Losada
Updated by Imanol Losada over 6 years ago
- Assignee changed from Imanol Losada to Yannick Warnier
Updated by Yannick Warnier over 6 years ago
- Assignee changed from Yannick Warnier to Imanol Losada
- % Done changed from 0 to 20
Todavía falta. Al dar click al botón de "cursos seguidos", aparece una pantalla sin cursos.
Updated by Imanol Losada over 6 years ago
Yannick Warnier wrote:
Todavía falta. Al dar click al botón de "cursos seguidos", aparece una pantalla sin cursos.
Dentro de administrador, al hacer click en el botón "cursos seguidos" me lleva a la pantalla de asignar cursos y veo que está todo correcto. ¿Qué pasos hiciste?
Updated by Imanol Losada over 6 years ago
- Assignee changed from Imanol Losada to Yannick Warnier
PR: https://github.com/chamilo/chamilo-lms/pull/395
Añadida la fila de cursos asignados.
Updated by Yannick Warnier over 6 years ago
my testing procedure was to (1) create a drh, (2) make him "follow" (but not teach) 3 courses, (3) connect as the drh in question, (4) go to the reporting tab. On screen, it said "Courses you are following: 3" but when i click the green icon, i see a table with empty rows
Updated by Yannick Warnier over 6 years ago
- Status changed from Assigned to Bug resolved
- Assignee changed from Imanol Losada to Yannick Warnier
- % Done changed from 20 to 100
Reviewed, approved, and closing
Add boolean parameter 'showAllAssignedCourses' in function 'getCoursesFollowedByUser' to retrieve all assigned courses if needed - refs #7296