Skip to content

Commit

Permalink
fix: Permitir seleccionar metas y sus actividades para asignarle un v…
Browse files Browse the repository at this point in the history
…alor a la fuente de financiamiento
  • Loading branch information
brayanpasa99 committed Aug 27, 2021
1 parent 8af7499 commit bdd2330
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 195 deletions.
Loading

1 comment on commit bdd2330

@AlexFBP
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Con ayuda de git bisect, y corriendo los comandos para ejecutar el build, se identifica que algo en este commit indujo problemas en el build...

bdd2330139488b300a524fe0a88b2a2631040100 is the first bad commit
commit bdd2330139488b300a524fe0a88b2a2631040100
Author: brayanpasa99 <brayanpasa99@hotmail.com>
Date:   Thu Aug 26 22:34:00 2021 -0500

    fix: Permitir seleccionar metas y sus actividades para asignarle un valor a la fuente de financiamiento

 app/scripts/directives/metas/metas-actividades.js | 546 ++++++++++++++--------
 app/scripts/environment/environment.js            |   2 +
 app/scripts/services/metas_service.js             |  17 +-
 app/views/directives/metas/metas-actividades.html |   2 +-
 4 files changed, 372 insertions(+), 195 deletions(-)

Please sign in to comment.