BUG 331 "Web entry Testing Configuration..." SOLVED
- Web entry Testing Configuration doesn´t show any action. - Problema resuelto, cuando se crea un nuevo Web Entry en el dropdown Method al seleccionar "PHP pages with Web Services", se mostrara el boton "Test Configuration" y al hacer clic en boton si el usuario es correcto se mostrara el boton "Generate Web Entry Page". Y al seleccionar la opcion "Single HTML", se ocultara el boton "Test Configuration" y se mostrara el boton "Generate Web Entry Page".
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<js type="javascript"><![CDATA[
|
||||
var oPanel1;
|
||||
getField('SEARCH').disabled = true;
|
||||
hideRowById("SEARCH");
|
||||
|
||||
//hideRowById('WS_USER');
|
||||
//hideRowById('WS_PASS');
|
||||
@@ -60,6 +61,9 @@ leimnud.event.add(getField('TASKS'), 'change', function() {
|
||||
/**/
|
||||
leimnud.event.add(getField('WE_TYPE'), 'change', function() {
|
||||
if (getField('WE_TYPE').value=='WS') {
|
||||
hideRowById("SEARCH");
|
||||
showRowById("TEST");
|
||||
|
||||
showRowById('WE_USR');
|
||||
showRowById('WS_USER');
|
||||
showRowById('WS_PASS');
|
||||
@@ -67,6 +71,9 @@ leimnud.event.add(getField('WE_TYPE'), 'change', function() {
|
||||
showRowById('subtitle2');
|
||||
}
|
||||
else {
|
||||
hideRowById("TEST");
|
||||
showRowById("SEARCH");
|
||||
|
||||
hideRowById('WS_USER');
|
||||
hideRowById('WS_PASS');
|
||||
hideRowById('WS_ROUNDROBIN');
|
||||
@@ -118,6 +125,8 @@ var tasksName = getField('TASKS')[getField('TASKS').selectedIndex].innerHTML;
|
||||
//var scs=rpc.xmlhttp.responseText.extractScript();
|
||||
//scs.evalScript();
|
||||
if(rpc.xmlhttp.responseText>=1){
|
||||
showRowById("SEARCH");
|
||||
|
||||
getField('SEARCH').disabled = false;
|
||||
//webEntry_generate(PRO_UID);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user