develop #38

Manually merged
CIDWA merged 3 commits from develop into master 2025-10-28 20:37:32 +00:00
Showing only changes of commit 6e82e7fdfd - Show all commits
@@ -366,6 +366,7 @@ export class CuestionarioRespondidoService {
nombreForm: cuestionario.nombre_form,
nombreEvento: cuestionario.evento?.nombre_evento,
correo: participante.correo,
tipoEvento: cuestionario.evento.tipo_evento,
fechaRegistro: new Date().toLocaleString(),
fechaInicioEvento: cuestionario.evento?.fecha_inicio
? new Date(cuestionario.evento.fecha_inicio).toLocaleString()