Refactor cuestionario service and event handling; update validation types and remove unused console logs; add new event retrieval methods
This commit is contained in:
@@ -16,12 +16,16 @@ export enum TiposValidacion {
|
||||
CORREO_INSTITUCIONAL = 'correo_institucional',
|
||||
TELEFONO = 'telefono',
|
||||
NOMBRE = 'nombre',
|
||||
APELLIDOS = 'apellidos',
|
||||
ENTERO = 'entero',
|
||||
DECIMAL = 'decimal',
|
||||
COMUNIDAD_ALUMNO = 'comunidad_alumno',
|
||||
CUENTA_ALUMNO = 'cuenta_alumno',
|
||||
COMUNIDAD_TRABAJADOR = 'comunidad_trabajador',
|
||||
CUENTA_TRABAJADOR = 'cuenta_trabajador',
|
||||
GENERO = 'genero',
|
||||
CARRERA = 'carrera',
|
||||
INSTITUCION = 'institucion',
|
||||
}
|
||||
|
||||
@Entity()
|
||||
|
||||
Reference in New Issue
Block a user