-
Notifications
You must be signed in to change notification settings - Fork 5
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
PER - Filtrar alertas por efector #2477
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juuliotero
approved these changes
Oct 4, 2021
juuliotero
suggested changes
Oct 4, 2021
src/app/modules/perinatal/components/alertas-perinatal.component.ts
Outdated
Show resolved
Hide resolved
palita1991
force-pushed
the
PER-50
branch
2 times, most recently
from
October 6, 2021 13:28
847569c
to
dac1930
Compare
palita1991
force-pushed
the
PER-50
branch
2 times, most recently
from
October 6, 2021 15:53
b595772
to
a73f724
Compare
palita1991
added
changes done
and removed
changes requested
Se solicitaron cambios
labels
Oct 6, 2021
juuliotero
reviewed
Oct 12, 2021
}; | ||
|
||
this.carnetPerinatalService.search(params).subscribe(resultado => { | ||
this.listado = resultado.filter(item => (moment().diff(moment(item.fechaProximoControl), 'days') >= 1) && !item.fechaFinEmbarazo && (item.controles[item.controles.length - 1].organizacion.id === this.auth.organizacion.id)); |
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.
¿Hace falta el último filtro de organización si ya se envía en params?
palita1991
force-pushed
the
PER-50
branch
2 times, most recently
from
October 14, 2021 14:58
7ec9fee
to
44f0a65
Compare
juuliotero
approved these changes
Oct 14, 2021
palita1991
force-pushed
the
PER-50
branch
2 times, most recently
from
October 15, 2021 15:42
d61d846
to
69d2ca9
Compare
MCele
approved these changes
Oct 22, 2021
negro89
approved these changes
Oct 27, 2021
…s al efector logueado
liquid36
pushed a commit
that referenced
this pull request
Nov 3, 2021
# [5.71.0](v5.70.0...v5.71.0) (2021-11-03) ### Bug Fixes * **ficha:** caso asintomatico ([#2508](#2508)) ([3cde678](3cde678)) ### Features * **bi:** filtros por zonas ([#2504](#2504)) ([d9678c1](d9678c1)) * **EP:** priorizacion seguimiento ([#2486](#2486)) ([53cebad](53cebad)) * **gdu:** suma datos de matricula externa a detalle de usuario ([#2497](#2497)) ([2445dce](2445dce)) * **per:** control para que en alertas solo traiga las correspondientes al efector logueado ([#2477](#2477)) ([1a64a9b](1a64a9b)) * **top:** permisos crear reglas ([#2503](#2503)) ([b917cc0](b917cc0))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requerimiento
https://proyectos.andes.gob.ar/browse/PER-50
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion