HOR-2877 The HOR-1847 is important for classic processes..

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-03-16 19:16:54 -04:00
parent 0a51c21ecc
commit c33a25968f

View File

@@ -848,6 +848,9 @@ function generateGrid(proUid, tasUid, dynUid) {
} }
function ajaxDerivationRequest(appUid, delIndex, maxLenght, appNumber, fieldGridGral, fieldGridGralVal) { function ajaxDerivationRequest(appUid, delIndex, maxLenght, appNumber, fieldGridGral, fieldGridGralVal) {
if (fieldGridGralVal !== null) {
fieldGridGralVal = stringReplace("\\x2F", "__FRASL__", fieldGridGralVal);
}
Ext.Ajax.request({ Ext.Ajax.request({
method: 'POST', method: 'POST',
headers: { headers: {