Version 16.247.5

This commit is contained in:
Antonio Cañas Vargas 2017-07-02 19:51:55 +02:00
parent 0219949cd4
commit 6588672a23
2 changed files with 4 additions and 5 deletions

View File

@ -233,19 +233,18 @@
// TODO: Cuando sólo se cambian los grupos y no el rol de un profesor ya existente, no sale ningún mensaje. se haga lo que se haga en la edición debería salir un mensaje del tipo "Cambios realizados"
// TODO: Al inscribir un profesor, en la ficha de confirmación aparece como rol "Desconocido" en lugar de "Profesor"
// TODO: Al buscar asignaturas, Estudiantes y Profesores están al revés
/*****************************************************************************/
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.247.4 (2017-07-02)"
#define Log_PLATFORM_VERSION "SWAD 16.247.5 (2017-07-02)"
#define CSS_FILE "swad16.235.1.css"
#define JS_FILE "swad16.206.3.js"
// Number of lines (includes comments but not blank lines) has been got with the following command:
// nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1
/*
Version 16.247.5: Jul 02, 2017 Fixed error in layout when searching for courses. (222138 lines)
Version 16.247.4: Jul 02, 2017 Fixed bug in surveys. (222138 lines)
Version 16.247.3: Jul 02, 2017 Students can not view records of some users who do not share groups with them. (222132 lines)
Version 16.247.2: Jun 23, 2017 Non-editing teachers can not view records of some users who do not share groups with them.

View File

@ -3111,8 +3111,8 @@ unsigned Crs_ListCrssFound (const char *Query)
Txt_Degree,
Txt_Year_OF_A_DEGREE,
Txt_Course,
Txt_ROLES_PLURAL_BRIEF_Abc[Rol_STD],
Txt_ROLES_PLURAL_BRIEF_Abc[Rol_TCH]);
Txt_ROLES_PLURAL_BRIEF_Abc[Rol_TCH],
Txt_ROLES_PLURAL_BRIEF_Abc[Rol_STD]);
/***** Write courses *****/
for (NumCrs = 1;