-
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
CITAS - Cambio de diseño y demanda rechazada #2627
Conversation
// se ingresó desde citas | ||
if (this._pacienteSeleccionado) { | ||
this.afterDarTurno.emit(this.paciente); | ||
} else { |
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.
En que caso se llega a mostrar el botón volver sin tener un paciente seleccionado??
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.
@martinebucarey Ahora que lo planteas tiene sentido tu comentario. La verdad no indague mucho sobre ese if, lo único que se agrego en este PR #2352 quizás por algún bug.
@@ -181,7 +222,7 @@ | |||
titulo="{{turno.horaInicio | date: 'HH:mm'}}hs"> | |||
</plex-label> | |||
<plex-label *ngIf="turno.estado !== 'disponible'" size="md" direction="column" | |||
titulo="{{turno.horaInicio | date: 'HH:mm'}}hss" | |||
titulo="{{turno.horaInicio | date: 'HH:mm'}}hs" | |||
aria-label="turno no disponible"> |
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.
Esto funcionó al final??
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.
02bc76d
to
8fbaa77
Compare
@AgosLizzi Resuelto |
# [5.93.0](v5.92.0...v5.93.0) (2022-05-04) ### Bug Fixes * **citas:** se agregan controles en agendas con profesionales null ([#2633](#2633)) ([1ebbdaf](1ebbdaf)) * **IN-414:** Header de la tabla al volver a la pantalla ([#2638](#2638)) ([1c5148d](1c5148d)) ### Features * **CITAS:** cambio distribucion de datos de agenda y agrega boton demanda rechazada ([#2627](#2627)) ([a4f8f9b](a4f8f9b)) * **plan-indicaciones:** ejecutar prescripcion ([#2644](#2644)) ([180e99c](180e99c)) * **TOP:** agregar campo de busqueda por profesional destino ([#2632](#2632)) ([31ac620](31ac620))
Requerimiento
https://proyectos.andes.gob.ar/browse/CIT-119
Funcionalidad desarrollada
Por cuestiones de espacio en el sidebar y según lo charlado en la reunión
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion