-
Notifications
You must be signed in to change notification settings - Fork 2
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
MONIT - Actualización de ABM #61
Conversation
9d8b249
to
00459ff
Compare
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.
Realizar los cambios solicitados en el código.
@@ -51,10 +50,11 @@ export class ConceptosTurneablesComponent implements OnInit, OnDestroy { | |||
if (conceptID || term) { | |||
this.loading = true; | |||
this.timeoutHandle = window.setTimeout(() => { | |||
const termino = this.term; |
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.
Quitar esta constante ya que no se está usando.
@@ -29,15 +33,30 @@ export class NuevoConceptoTurneableComponent implements OnInit { | |||
nominalizada = false; | |||
auditable = false; | |||
loading = false; | |||
showAlert = false; |
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.
Quitar esta variable ya que no se está usando.
06e96b5
to
04fb9d4
Compare
Listo los cambios solicitados! |
Requerimiento
https://proyectos.andes.gob.ar/browse/MONIT-51
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion