MONITOREO - Agregar opción para dar de baja un elementoRUP#64
Open
maring0019 wants to merge 1 commit intomasterfrom
Open
MONITOREO - Agregar opción para dar de baja un elementoRUP#64maring0019 wants to merge 1 commit intomasterfrom
maring0019 wants to merge 1 commit intomasterfrom
Conversation
Contributor
Contributor
Contributor
Contributor
Contributor
Contributor
Contributor
Contributor
Contributor
MarianoCampetella
requested changes
Aug 14, 2023
| this.router.navigate([url]); | ||
| } | ||
|
|
||
| removeElemento(elementoRup: any) { |
Contributor
There was a problem hiding this comment.
Ya que existe una interfaz de los elementos de RUP, remplazar el "any" por dicha interfaz.
Contributor
Author
There was a problem hiding this comment.
Ya que existe una interfaz de los elementos de RUP, remplazar el "any" por dicha interfaz.
Cambios hechos.
| elementoRup.activo = false; | ||
| this.elementosRupService.save(elementoRup).subscribe(() => { | ||
| this.elementosRupService.refresh.next(null); | ||
| this.plex.toast('success', 'El elemento se borro correctamente', 'Información', 2000); |
Contributor
There was a problem hiding this comment.
Ya que estamos agregar acento a la palabra borró.
Contributor
Author
There was a problem hiding this comment.
Ya que estamos agregar acento a la palabra borró.
Cambios hechos.
Contributor
21cb9a0 to
23ef4a3
Compare
Contributor
MarianoCampetella
approved these changes
Aug 22, 2023
77ae70e to
bf3a677
Compare
Contributor
|
Para subir esta funcionalidad primero hay que agregar un control del lado de la app ANDES para que si un elementoRUP deja de estar activo, no permita crear nuevos registros, pero que si se pueda usar para visualizar los datos ya registrados usando el elemento. |
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/MONIT-56
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion