Merged in qronald/processmaker/HOR-381 (pull request #3781)

HOR-381
This commit is contained in:
Julio Cesar Laura Avendaño
2016-03-02 19:05:02 -04:00

View File

@@ -497,7 +497,9 @@ class Table
}
$index = G::encrypt( implode( ',', $primaryKeysValues ), 'pmtable' );
$rep = $this->getTableData($pmt_uid);
$rep = $obj->toArray(\BasePeer::TYPE_FIELDNAME);
$rep = array_change_key_case($rep, CASE_LOWER);
$rep['__index__'] = $index;
return $rep;
}