BUG 7384 JS getControlsInTheRow() function work it correctly with all fields

This commit is contained in:
Alvaro Campos
2011-08-09 10:14:50 -04:00
parent 8dc61e7ddc
commit cc816747ae

View File

@@ -1767,7 +1767,8 @@ var getControlsInTheRow = function(oRow) {
if (aAux2) {
for (j = 0; j < aAux2.length; j++) {
sFieldName = aAux2[j].id.replace('form[', '');
sFieldName = sFieldName.replace(']', '');
//sFieldName = sFieldName.replace(']', '');
sFieldName = sFieldName.replace(/]$/, '');
aAux1.push(sFieldName);
}
}