BUG 15012 "When creating a dynaform with the character..." SOLVED

- When creating a dynaform with the character "&", the field handlers not working.
- Problema resuelto, el problema que se teníera lo siguiente cuando se utiliza el "&" en el tílo de un dynaform,
  cuando se enviaba los datos via GET, el "&" lo interpretaba como un separador de variables y esto ocasionaba la
  division de los datos que se enviaba.	Se valida los datos enviados via GET codificáolos y al recibir estos datos
  se los decodifica
This commit is contained in:
Luis Fernando Saisa Lopez
2014-06-03 14:30:20 -04:00
parent f115d60768
commit 082e72d4e8
3 changed files with 13 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
<DYN_TYPE_PREVIOUS type="hidden" showInTable="0"/>
<A type="hidden" showInTable="0"/>
<DYN_TITLE type="text" maxlength="32" size ="32">
<DYN_TITLE type="text" maxlength="256" size ="32">
<en>Dynaform</en>
</DYN_TITLE>
@@ -53,7 +53,7 @@
<option name="prompt">Show prompt</option>
</en>
</NEXTSTEPSAVE>
<PRINTDYNAFORM type="checkbox" falseValue="0" value="1" defaultvalue="0" labelOnRight="0">
<en>Show print dynaform button</en>
</PRINTDYNAFORM>
@@ -165,7 +165,7 @@ function validateGridConversion(proUid,dynUid){
msgBox("Grid forms can not contain the following fields: <br>" + response,"alert");
return false;
}
}.extend(this);
isTrue = oRPC.make();
@@ -193,7 +193,7 @@ function changeToolbar(type){
args : 'TOOLBAR=' + type + '&FILE=' + file + '&PRO_UID=' + proUid + '&DYN_UID=' + dynUid + '&DYN_TITLE=' + dynTitle
});
oRPC.callback = function(oRPC) {
getElementsByClassNameCrossBrowser("panel_headerBar___processmaker",document,"div")[0].innerHTML = oRPC.xmlhttp.responseText;
document.getElementById("publisherContent[0]").style.display = "inline";
document.getElementById("publisherContent[0]").style.position = "absolute";
@@ -223,4 +223,4 @@ orderButtons();
}*/
]]>
</sdfsdf>
</dynaForm>
</dynaForm>