From efdcbfe2341008a74ed833e74d84c9b3d7eae3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20T=C3=A1mara=20Pati=C3=B1o?= Date: Wed, 21 Aug 2024 09:51:50 -0500 Subject: [PATCH] Mueve temas a controllers/motor.js. Avanza https://gitlab.com/pasosdeJesus/sivel2_gen/-/issues/687 --- Gemfile.lock | 24 ++++++++++++------------ app/javascript/application.js | 3 ++- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4258636..3181445 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/cor1440_gen.git - revision: 43313fe57e5f88d732ff0072c55bd7a73da4ce7b + revision: a09942bb6d1e1f390ac122aad2fb65b0d7d45c31 branch: v2.2 specs: cor1440_gen (2.2.0.beta6) @@ -46,7 +46,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/heb412_gen.git - revision: 231c943cc19e223b5efd0c6fe1218a9c1a9c523a + revision: 16e3c3c8c5ced9320abb7b59257865ced97414ae branch: v2.2 specs: heb412_gen (2.2.0.beta6) @@ -65,7 +65,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/mr519_gen.git - revision: 8eefff9ced139625fd9c1dc8eb3247118be150ea + revision: 4b02af976ae1ca6e0e309f9774aebd5d8c2f25c2 branch: v2.2 specs: mr519_gen (2.2.0.beta6) @@ -74,7 +74,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/msip.git - revision: e699bcb61b61d41cd10c5e5811de4b57a76cb80f + revision: ae47e85a7fabed7fcccc8031c2dbea7c7fd1f1ad branch: v2.2 specs: msip (2.2.0.beta6) @@ -94,7 +94,7 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git - revision: 80ce85cacb5b316f48f55f44fbcd0f6eb657011b + revision: f319908161bb95cda7faee1b85a849dd871d09c7 branch: v2.2 specs: sivel2_gen (2.2.0.beta6) @@ -228,7 +228,7 @@ GEM coffee-script-source (1.12.2) color (1.8) colorize (1.1.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) cuprite (0.15.1) @@ -299,10 +299,10 @@ GEM matrix (0.4.2) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0806) + mime-types-data (3.2024.0820) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) minitest-reporters (1.7.1) ansi builder @@ -340,7 +340,7 @@ GEM nokogiri (>= 1.12.0) rubyzip (>= 1.3.0) orm_adapter (0.5.0) - parallel (1.26.1) + parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc @@ -423,7 +423,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.4) + rexml (3.3.5) strscan rspreadsheet (0.5.3) andand (>= 1.3) @@ -439,7 +439,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) @@ -480,7 +480,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stimulus-rails (1.3.3) + stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) strscan (3.1.0) diff --git a/app/javascript/application.js b/app/javascript/application.js index eb9a97e..b2005ce 100644 --- a/app/javascript/application.js +++ b/app/javascript/application.js @@ -122,7 +122,8 @@ document.addEventListener('turbo:load', (e) => { console.log('Escuchador turbo:render') - msip_ejecutarAlCargarPagina(window) + msip_ejecutarAlCargarPagina(window) // Establece root.puntomontaje + Msip__Motor.ejecutarAlCargarPagina() }) import "./controllers"