Version 21.70.8: Dec 20, 2021 Fixed bug showing calendar.

This commit is contained in:
acanas 2021-12-20 10:38:05 +01:00
parent e67400fb4f
commit 151943799c
2 changed files with 6 additions and 5 deletions

View File

@ -602,12 +602,14 @@ TODO: FIX BUG, URGENT! En las fechas como par
TODO: En las encuestas, que los estudiantes no puedan ver los resultados hasta que no finalice el plazo.
*/
#define Log_PLATFORM_VERSION "SWAD 21.70.7 (2021-12-20)"
#define Log_PLATFORM_VERSION "SWAD 21.70.8 (2021-12-20)"
#define CSS_FILE "swad21.70.7.css"
#define JS_FILE "swad21.67.4.js"
/*
// TODO: al ver los resultados de un juego como profesor, el rol del estudiante sale como desconocido y no se puede ver el DNI
Version 21.70.8: Dec 20, 2021 Fixed bug showing calendar. (321927 lines)
Version 21.70.7: Dec 20, 2021 Working on design of dark theme. (321926 lines)
Version 21.70.7: Dec 20, 2021 Working on design of dark theme. (321926 lines)
Version 21.70.6: Dec 20, 2021 Working on design of dark theme. (321886 lines)
Version 21.70.5: Dec 19, 2021 Working on design of dark theme. (321748 lines)

View File

@ -512,10 +512,9 @@ static void Lay_WriteScripts (void)
/***** Prepare script to draw months *****/
if ((Gbl.Prefs.SideCols & Lay_SHOW_LEFT_COLUMN) || // Left column visible
(Gbl.Hierarchy.Ins.InsCod > 0 && // Institution selected
(Gbl.Action.Act == ActSeeCal || // Viewing calendar
Gbl.Action.Act == ActPrnCal || // Printing calendar
Gbl.Action.Act == ActChgCal1stDay))) // Changing first day
Gbl.Action.Act == ActSeeCal || // Viewing calendar
Gbl.Action.Act == ActPrnCal || // Printing calendar
Gbl.Action.Act == ActChgCal1stDay) // Changing first day
{
/***** Reset places context *****/
Hld_ResetHolidays (&Holidays);