PM-1490 La creacion de web entries single HTML no puede ser realizada
Se habilito el boton cuando el metodo es "single HTML"
This commit is contained in:
@@ -80,6 +80,7 @@ leimnud.event.add(getField('WE_TYPE'), 'change', function() {
|
|||||||
showRowById('subtitle2');
|
showRowById('subtitle2');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
getField('SEARCH').disabled = false;
|
||||||
hideRowById("TEST");
|
hideRowById("TEST");
|
||||||
showRowById("SEARCH");
|
showRowById("SEARCH");
|
||||||
|
|
||||||
@@ -87,7 +88,6 @@ leimnud.event.add(getField('WE_TYPE'), 'change', function() {
|
|||||||
hideRowById('WS_PASS');
|
hideRowById('WS_PASS');
|
||||||
hideRowById('WS_ROUNDROBIN');
|
hideRowById('WS_ROUNDROBIN');
|
||||||
hideRowById('subtitle2');
|
hideRowById('subtitle2');
|
||||||
|
|
||||||
}hideRowById('WS_ROUNDROBIN');
|
}hideRowById('WS_ROUNDROBIN');
|
||||||
}.extend(getField('WE_TYPE')));
|
}.extend(getField('WE_TYPE')));
|
||||||
|
|
||||||
@@ -121,7 +121,7 @@ var webEntry_validate = function(PRO_UID, TASKS, DYNAFORM) {
|
|||||||
|
|
||||||
}.extend(this);
|
}.extend(this);
|
||||||
oRPC.make();
|
oRPC.make();
|
||||||
}else{
|
}else{
|
||||||
var tasksName = getField('TASKS')[getField('TASKS').selectedIndex].innerHTML;
|
var tasksName = getField('TASKS')[getField('TASKS').selectedIndex].innerHTML;
|
||||||
|
|
||||||
var oRPC = new leimnud.module.rpc.xmlhttp({
|
var oRPC = new leimnud.module.rpc.xmlhttp({
|
||||||
@@ -144,8 +144,6 @@ var tasksName = getField('TASKS')[getField('TASKS').selectedIndex].innerHTML;
|
|||||||
}
|
}
|
||||||
}.extend(this);
|
}.extend(this);
|
||||||
oRPC.make();
|
oRPC.make();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user