From 4cedea5ff8ef12a90fc01672e0fd4b23acb8c7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 12 Nov 2019 11:02:52 +0100 Subject: [PATCH] Version19.65.3 --- swad_changelog.h | 4 ++-- swad_file_browser.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 5dcedf2e0..9022a2b1a 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_file_browser.c b/swad_file_browser.c index d19e73c33..bd2bd70ef 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -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);