Skip to content

Commit

Permalink
Mejor ordenamiento en conteo por actividad de marco lógico. https://g…
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 14, 2024
1 parent 588c599 commit d73942a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/mr519_gen.git
revision: 44446bcafef7dac19ac2a47c807950b10dbfe21a
revision: 257869ab3ba9ff0ec262a63309abac3e333f6769
branch: main
specs:
mr519_gen (2.2.0.beta4)
Expand All @@ -38,7 +38,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: 0f184ae0dd0979cdd79328f2886b58b15c417e08
revision: 3519bebab3cc88355c52f566c0d0b5eb624e0514
branch: main
specs:
msip (2.2.0.beta4)
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.11.1)
irb (1.11.2)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
Expand All @@ -254,7 +254,7 @@ GEM
mime-types-data (3.2024.0206)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.1)
minitest (5.22.2)
minitest-reporters (1.6.1)
ansi
builder
Expand Down Expand Up @@ -426,7 +426,7 @@ GEM
tilt (2.3.0)
timeout (0.4.1)
ttfunk (1.7.0)
turbo-rails (2.0.0)
turbo-rails (2.0.2)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand Down
3 changes: 2 additions & 1 deletion app/views/cor1440_gen/actividades/_contar_tabla.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
<% apfs = Cor1440Gen::Actividadpf.where(
proyectofinanciero_id: @contar_pfid).
joins('JOIN cor1440_gen_resultadopf as rpf ON cor1440_gen_actividadpf.resultadopf_id=rpf.id').
order('rpf.numero, nombrecorto')%>
joins('JOIN cor1440_gen_objetivopf as opf ON rpf.objetivopf_id=opf.id').
order('opf.numero', 'rpf.numero', 'nombrecorto')%>
<% apfs.each do |a| %>
<tr>
<% # Una misma actividad puede tener varias actividades de convenio del
Expand Down
2 changes: 1 addition & 1 deletion bin/regresion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ echo "== Pruebas de regresión al sistema"
mkdir -p $rutaap/cobertura-sistema/
rm -rf $rutaap/cobertura-sistema/{*,.*}
if (test "$CI" = "") then { # Por ahora no en gitlab-ci
(cd $rutaap; RUTA_RELATIVA="/" CONFIG_HOSTS=127.0.0.1 ${RAILS} msip:stimulus_motores test:system )
(cd $rutaap; RUTA_RELATIVA="/" CONFIG_HOSTS=127.0.0.1 ${RAILS} msip:stimulus_motores test:system &)
if (test "$?" != "0") then {
echo "No pasaron pruebas del sistema rails";
exit 1;
Expand Down
6 changes: 3 additions & 3 deletions test/dummy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,9 @@ popper.js@^2.0.0-next.4:
integrity sha512-rwX+OiRozGJyNzo+b39WE1yh1VE7+FuDAbMIP1j3hUQN4DP0WEOEbRlHC7dDgoIDpBQSm5rr+nCoPktbQCNhFQ==

postcss@^8.2.10:
version "8.4.34"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.34.tgz#563276e86b4ff20dfa5eed0d394d4c53853b2051"
integrity sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==
version "8.4.35"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.0"
Expand Down

0 comments on commit d73942a

Please sign in to comment.