Conversation
silviroa
requested changes
Feb 26, 2026
| return agenda.bloques.every(bloque => bloque.reservadoGestion > 0 && bloque.accesoDirectoDelDia === 0 && bloque.accesoDirectoProgramado === 0 && bloque.reservadoProfesional === 0); | ||
| // retorna solo los bloques de la agenda que son de gestión | ||
| bloquesExclusivosGestion(agenda: any): IBloque[] { | ||
| return agenda.bloques.filter(bloque => bloque.reservadoGestion > 0 && bloque.accesoDirectoDelDia === 0 && bloque.accesoDirectoProgramado === 0 && bloque.reservadoProfesional === 0); |
Contributor
There was a problem hiding this comment.
Acá no funciona cuando la agenda tiene combinación de turnos de gestión y de profesional disponibles
MarianoCampetella
approved these changes
Feb 26, 2026
liquid36
pushed a commit
that referenced
this pull request
Mar 4, 2026
## [5.170.2](v5.170.1...v5.170.2) (2026-03-04) ### Bug Fixes * **CIT:** bloques con turno con llave en calendario de top ([#3304](#3304)) ([c2b3fb9](c2b3fb9)) * **MPI:** cuil no requerido ([#3308](#3308)) ([585e26e](585e26e)) * **TOP-211:** Listado: Error de visualización datos del paciente ([#3296](#3296)) ([19e5ce7](19e5ce7))
This file contains hidden or 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
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/CIT-405
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API