From 85e93ee3c002bfa0de3bef90f315a34401dcc2e9 Mon Sep 17 00:00:00 2001 From: acanas Date: Thu, 21 May 2020 13:43:43 +0200 Subject: [PATCH] Version19.239.7 --- swad_action.c | 2 +- swad_changelog.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/swad_action.c b/swad_action.c index 35401461a..c3636d04f 100644 --- a/swad_action.c +++ b/swad_action.c @@ -731,7 +731,7 @@ const struct Act_Actions Act_Actions[Act_NUM_ACTIONS] = [ActSeeMyExaResCrs ] = {1867,-1,TabUnk,ActSeeAllExa ,0x208,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,ExaRes_ShowMyResultsInCrs ,NULL}, [ActSeeMyExaResExa ] = {1868,-1,TabUnk,ActSeeAllExa ,0x208,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,ExaRes_ShowMyResultsInExa ,NULL}, [ActSeeMyExaResSes ] = {1869,-1,TabUnk,ActSeeAllExa ,0x208,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,ExaRes_ShowMyResultsInSes ,NULL}, - [ActSeeOneExaResMe ] = {1870,-1,TabUnk,ActSeeAllExa ,0x208,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,ExaRes_ShowOneExaResult ,NULL}, + [ActSeeOneExaResMe ] = {1870,-1,TabUnk,ActSeeAllExa ,0x238,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,ExaRes_ShowOneExaResult ,NULL}, [ActReqSeeUsrExaRes ] = {1871,-1,TabUnk,ActSeeAllExa ,0x230,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,ExaRes_SelUsrsToViewResults ,NULL}, [ActSeeUsrExaResCrs ] = {1872,-1,TabUnk,ActSeeAllExa ,0x230,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,ExaRes_ShowAllResultsInCrs ,NULL}, diff --git a/swad_changelog.h b/swad_changelog.h index 7f56b56ef..eb92915e6 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -557,10 +557,11 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - * En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 19.239.6 (2020-05-21)" +#define Log_PLATFORM_VERSION "SWAD 19.239.7 (2020-05-21)" #define CSS_FILE "swad19.238.2.css" #define JS_FILE "swad19.239.6.js" /* + Version 19.239.7: May 21, 2020 Fixed bug in permissions to see exam results. Reported by Eduardo Ros Vidal. (301412 lines) Version 19.239.6: May 21, 2020 Code refactoring in JS function to escape chars. (301411 lines) Version 19.239.5: May 21, 2020 Fixed bug in charset in answer forms in exam prints. (301405 lines) Version 19.239.4: May 20, 2020 Fixed bug listing user's exam prints. (301332 lines)