dmencu 2.2.5 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1397,7 +1397,7 @@ function BotonFormularioDespliegue(props: { casillero: BotonFormulario, formular
1397
1397
  } else {
1398
1398
  dispatchByPass(accion_abrir_formulario, { forPk: nuevaForPk });
1399
1399
  // Si abro uno existente, también reseteo el listo para forzar que vuelvan a apretarlo si cambian algo
1400
- dispatchByPass(accion_registrar_respuesta, { forPk: props.forPk, variable: BF_varname, respuesta: null as unknown as Valor });
1400
+ //dispatchByPass(accion_registrar_respuesta, { forPk: props.forPk, variable: BF_varname, respuesta: null as unknown as Valor });
1401
1401
  }
1402
1402
  } else {
1403
1403
  dispatchByPass(accion_registrar_respuesta, { forPk: props.forPk, variable: BF_varname, respuesta: 1 as Valor });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "2.2.5",
4
+ "version": "2.2.6",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",