dmencu 0.2.1 → 0.2.3
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.
- package/dist/client/unlogged/bypass-formulario.d.ts +1 -1
- package/dist/client/unlogged/bypass-formulario.js +3 -2
- package/dist/client/unlogged/render-formulario.tsx +0 -1
- package/dist/server/server/table-tareas_tem_asignables.js +2 -2
- package/dist/unlogged/unlogged/bypass-formulario.d.ts +1 -1
- package/dist/unlogged/unlogged/bypass-formulario.js +3 -2
- package/dist/unlogged/unlogged/render-formulario.js +1 -2
- package/dist/unlogged/unlogged/render-formulario.tsx +0 -1
- package/package.json +1 -1
|
@@ -867,7 +867,6 @@ function TextoDespliegue(props:{casillero:Texto, forPk:ForPk}){
|
|
|
867
867
|
// var nuevaForPk={...forPk, formulario:idFormularioDestino};
|
|
868
868
|
// nuevaForPk[nuevoCampoPk] = defBoton.num
|
|
869
869
|
dispatch(dispatchers.CAMBIAR_FORMULARIO({forPk:defBoton.forPk, apilarVuelta:true}));
|
|
870
|
-
dispatchByPass(accion_abrir_formulario,{forPk:defBoton.forPk})
|
|
871
870
|
}
|
|
872
871
|
return <DesplegarCasillero
|
|
873
872
|
id={`${id}-externo`}
|
package/package.json
CHANGED