HOR-2877 The HOR-1847 change is reversed because of unexpected errors.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-03-16 18:58:38 -04:00
parent ceb06249d1
commit 0a51c21ecc

View File

@@ -848,9 +848,6 @@ 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: {