dmencu 2.2.3 → 2.2.5
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.
|
@@ -2152,14 +2152,16 @@ setHojaDeRutaDespliegue((_props: {}) => {
|
|
|
2152
2152
|
}
|
|
2153
2153
|
{online ?
|
|
2154
2154
|
<>
|
|
2155
|
-
<
|
|
2155
|
+
<Button
|
|
2156
2156
|
color="inherit"
|
|
2157
|
+
variant="outlined"
|
|
2158
|
+
style={{ margin: '0 8px' }}
|
|
2157
2159
|
onClick={() => {
|
|
2158
2160
|
gotoSincronizar()
|
|
2159
2161
|
}}
|
|
2160
2162
|
>
|
|
2161
2163
|
<ICON.SyncAlt />
|
|
2162
|
-
</
|
|
2164
|
+
</Button>
|
|
2163
2165
|
</>
|
|
2164
2166
|
: null}
|
|
2165
2167
|
<Typography><span style={{ marginLeft: '5px' }}>{modoDM == 'capa' ? ' MODO CAPACITACIÓN' : ''}</span></Typography>
|
|
@@ -16,7 +16,7 @@ begin
|
|
|
16
16
|
and tt.tarea=new.tarea
|
|
17
17
|
and t.area=new.area
|
|
18
18
|
and (t.tarea_actual is null or t.tarea_actual = tt.tarea)
|
|
19
|
-
and t.
|
|
19
|
+
and t.token_autogenerado_dm is null; --ignora las encuestas autogeneradas indistintamente si son capa o prod
|
|
20
20
|
return new;
|
|
21
21
|
end;
|
|
22
22
|
$BODY$;
|
package/package.json
CHANGED