-
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
GDU: fix ExpressionChangedAfterItHasBeenCheckedError perfiles #1948
Conversation
BUILD NUMBER: 2138 |
@@ -11,14 +11,15 @@ import { Auth } from '@andes/auth'; | |||
}) | |||
|
|||
export class PerfilListComponent implements OnInit { | |||
selectedId; |
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.
Se puede marcar como privada la variable
|
||
constructor( | ||
public perfilesHttp: PerfilesHttp, | ||
public plex: Plex, | ||
private location: Location, | ||
private router: Router, | ||
private route: ActivatedRoute, | ||
private auth: Auth | ||
private auth: Auth, |
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.
Aparece como modificada la línea pero solo se sumó una coma
568315b
to
48a5ff6
Compare
BUILD NUMBER: 2150 |
BUILD NUMBER: 2152 |
USUARIO: plammel |
# [5.18.0](v5.17.0...v5.18.0) (2020-10-21) ### Bug Fixes * **com:** limpiar sidebars al cambiar de derivacion ([#1953](#1953)) ([4f0da19](4f0da19)) * **com:** permitir al com cancelar sus derivaciones solicitadas ([#1955](#1955)) ([4f750f8](4f750f8)) * **GDU:** ExpressionChangedAfterItHasBeenCheckedError perfiles ([#1948](#1948)) ([62c2b06](62c2b06)) * **mapa-camas:** handle null al borrar sector ([#1974](#1974)) ([2390ee8](2390ee8)) * **rup:** solicitudes pierde el formato ([#1957](#1957)) ([f7129e3](f7129e3)) ### Features * **CITAS:** Habilita turnos de gestion en agendas del dia ([#1932](#1932)) ([4c6dc5a](4c6dc5a)) * **com:** marcar derivación seleccionada en plex-list ([#1975](#1975)) ([981daa8](981daa8)) * **com:** se suma fecha de creación/actualización a listado derivaciones ([#1959](#1959)) ([1af2284](1af2284)) * **mapa-camas:** agrega sector completo al abm de sala común ([#1963](#1963)) ([43f3e07](43f3e07)) * **mapa-camas:** columnas dinamicas ([#1949](#1949)) ([a0b9dce](a0b9dce)) * **mapa-camas:** componente de inconsistencias de camas ([#1746](#1746)) ([a2232e3](a2232e3)) * **mapa-camas:** control historial de cama al egresar ([#1880](#1880)) ([7b6c74e](7b6c74e)) * **mapa-camas:** deshacer internación ([#1945](#1945)) ([67ea6a4](67ea6a4)) ### Performance Improvements * **huds:** quita sort inecesario ([#1952](#1952)) ([55ae989](55ae989)) * **top:** evita calcular estado todo el tiempo ([#1962](#1962)) ([3b358ae](3b358ae))
Requerimiento
https://proyectos.andes.gob.ar/browse/GDU-26
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion