-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAC: filtro por certificado en listado de inscripciones #1341
Conversation
@@ -41,6 +41,12 @@ class InscripcionVacunasResource extends ResourceBase { | |||
return { $exists: value }; | |||
} | |||
}, | |||
tieneCertificado: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El control lo está haciendo mongoose, por eso devuelve un error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juuliotero los certificados se generan solo para el grupo con factores de riesgo. En el resto de los grupos esta columna debería aparecer sin la X
# [5.42.0](v5.41.0...v5.42.0) (2021-04-21) ### Bug Fixes * **cda:** visualizar cda desde andes ([#1342](#1342)) ([5f7ff99](5f7ff99)) * **inscripcion:** cambia control para el mensaje de consulta ([#1345](#1345)) ([1e8412e](1e8412e)) * **mpi:** resuelve error por job que finaliza antes de lo esperado ([#1339](#1339)) ([51f212c](51f212c)) * **rup:** ajuste en informe PDF ([#1354](#1354)) ([b50403f](b50403f)) ### Features * **am:** permitir a familiar consultar laboratorios ([#1281](#1281)) ([3ca3704](3ca3704)) * **COM:** crear derivación como una prestación ([e222ab0](e222ab0)) * **EP:** formEpidemiologia.type.id ([1e31d26](1e31d26)) * **epidemiologia:** buscador fichas epidemiologicas ([a99ee82](a99ee82)) * **vac:** audit plugin en inscripcion-vacunas ([#1340](#1340)) ([6cf0b35](6cf0b35)) * **vac:** filtro por certificado ([#1341](#1341)) ([3e2911e](3e2911e)) * **vac:** restringir permisos de vacunación ([#1344](#1344)) ([2cccb1f](2cccb1f))
Requerimiento
https://proyectos.andes.gob.ar/browse/VAC-36
Funcionalidad desarrollada
UserStories llegó a completarse
Requiere actualizaciones en la base de datos