-
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
TOP - Revisar y analizar comportamiento del botón continuar #2903
Conversation
ecf4f1d
to
cccf367
Compare
cccf367
to
a1fd1ef
Compare
hola campe! gracias por la corrección, quedo arreglado este asunto |
ca2271f
to
afb4cf7
Compare
afb4cf7
to
9deb60d
Compare
Me queda la duda con el botón "continuar registros" ya que en la descripcion de la tarea dice: Ya que estamos corregir los conflictos Aldo: |
También se observa que desde la bandeja de salida, a partir de diciembre del 2022 existen varias solicitudes con distintos estados los cuales en el dropdown sigue figurando "continuar registro". Aldo: |
9deb60d
to
d2a8b9b
Compare
@@ -159,7 +159,8 @@ | |||
{{prestacion.solicitud.registros[0].valor.solicitudPrestacion.prioridad}} | |||
</plex-badge> | |||
<plex-badge type="{{prestacion | estadoPrestacion}}" | |||
*ngIf="!prestacion.solicitud.turno && prestacion.estadoActual.tipo !== 'rechazada' && prestacion.estadoActual.tipo !== 'auditoria' && prestacion.estadoActual.tipo !== 'validada' && prestacion.estadoActual.tipo !== 'vencida'"> | |||
*ngIf="prestacion.estadoActual.tipo !== 'rechazada' && prestacion.estadoActual.tipo !== 'auditoria' && prestacion.estadoActual.tipo !== 'validada' && prestacion.estadoActual.tipo !== 'vencida'"> |
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.
No es que esté mal, pero por buenas prácticas (si se puede), cuando son muchas condiciones, incluirlas en una función.
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.
corregido gracias!
cda6314
to
9661fb6
Compare
97cd467
to
3eeaa6f
Compare
# [5.133.0](v5.132.2...v5.133.0) (2024-02-21) ### Bug Fixes * **IN:** visualizacion de registros en sidebar ([#2973](#2973)) ([#2903](#2903)) ([63c0e6f](63c0e6f)) ### Features * **IN:** request con boton de busqueda ([#2960](#2960)) ([7454faf](7454faf)) * **TYP:** listado de prestaciones no nominalizadas ([#2962](#2962)) ([fe145ff](fe145ff))
Requerimiento
https://proyectos.andes.gob.ar/browse/TOP-142
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion