Version19.65.3

This commit is contained in:
Antonio Cañas Vargas 2019-11-12 11:02:52 +01:00
parent 72ce4e6cc9
commit 4cedea5ff8
2 changed files with 4 additions and 2 deletions

View File

@ -487,7 +487,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.65.2 (2019-11-12)"
#define Log_PLATFORM_VERSION "SWAD 19.65.3 (2019-11-12)"
#define CSS_FILE "swad19.47.css"
#define JS_FILE "swad19.65.js"
/*
@ -495,8 +495,8 @@ ps2pdf source.ps destination.pdf
// TODO: Impedir la creación y edición de proyectos si no son editables.
// TODO: Importante: filtrar proyectos por usuarios (igual que en trabajos o en asistencia)
// TODO: Code refactoring in HTML h1, title, meta, video, p, iframe, input hidden, area
// TODO: Corregir bug: no se ven los DNI de los alumnos al listar los trabajos
Version 19.65.3: Nov 12, 2019 Fixed bug in listing of students' works. (246455 lines)
Version 19.65.2: Nov 12, 2019 Fixed bug in JavaScript. (246454 lines)
Version 19.65.1: Nov 12, 2019 Fixed bug in degree configuration. (246452 lines)
Version 19.65: Nov 12, 2019 Changes in selection of users in timeline. (246451 lines)

View File

@ -3183,6 +3183,8 @@ static void Brw_ShowFileBrowsersAsgWrkCrs (void)
if (Usr_ChkUsrCodAndGetAllUsrDataFromUsrCod (&Gbl.Usrs.Other.UsrDat,Usr_DONT_GET_PREFS)) // Get of the database the data of the user
if (Usr_CheckIfICanViewAsgWrk (&Gbl.Usrs.Other.UsrDat))
{
Gbl.Usrs.Other.UsrDat.Accepted = Usr_CheckIfUsrHasAcceptedInCurrentCrs (&Gbl.Usrs.Other.UsrDat);
/***** Show a row with the data of the owner of the works *****/
HTM_TR_Begin (NULL);
Brw_ShowDataOwnerAsgWrk (&Gbl.Usrs.Other.UsrDat);