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');
|
||||
}
|
||||
else {
|
||||
getField('SEARCH').disabled = false;
|
||||
hideRowById("TEST");
|
||||
showRowById("SEARCH");
|
||||
|
||||
@@ -87,7 +88,6 @@ leimnud.event.add(getField('WE_TYPE'), 'change', function() {
|
||||
hideRowById('WS_PASS');
|
||||
hideRowById('WS_ROUNDROBIN');
|
||||
hideRowById('subtitle2');
|
||||
|
||||
}hideRowById('WS_ROUNDROBIN');
|
||||
}.extend(getField('WE_TYPE')));
|
||||
|
||||
@@ -121,7 +121,7 @@ var webEntry_validate = function(PRO_UID, TASKS, DYNAFORM) {
|
||||
|
||||
}.extend(this);
|
||||
oRPC.make();
|
||||
}else{
|
||||
}else{
|
||||
var tasksName = getField('TASKS')[getField('TASKS').selectedIndex].innerHTML;
|
||||
|
||||
var oRPC = new leimnud.module.rpc.xmlhttp({
|
||||
@@ -144,8 +144,6 @@ var tasksName = getField('TASKS')[getField('TASKS').selectedIndex].innerHTML;
|
||||
}
|
||||
}.extend(this);
|
||||
oRPC.make();
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user