dmencu 2.0.7 → 2.0.8
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.
|
@@ -1104,7 +1104,9 @@ var botonFormularioConResumen = (
|
|
|
1104
1104
|
var BF_varname = '$B.F:'+ casillero.salto as IdVariable
|
|
1105
1105
|
dispatchByPass(accion_registrar_respuesta,{forPk:forPkPadre, variable:BF_varname, respuesta:defBoton.num==0?null:defBoton.num as Valor});
|
|
1106
1106
|
}
|
|
1107
|
-
|
|
1107
|
+
if(casillero.expresion_habilitar){
|
|
1108
|
+
dispatchByPass(accion_registrar_respuesta,{forPk:forPkPadre, variable:casillero.expresion_habilitar as IdVariable, respuesta:defBoton.num as Valor});
|
|
1109
|
+
}
|
|
1108
1110
|
}
|
|
1109
1111
|
}else{
|
|
1110
1112
|
var button = document.getElementById(idButton)! as HTMLButtonElement;
|