BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED

- Problem in AGGREGATE field in grids
- Added AGGREGATE field in grids
* Available from version ProcessMaker-2.0.46
This commit is contained in:
Victor Saisa Lopez
2013-02-01 16:49:40 -04:00
parent 40547a83b5
commit 32e605137f

View File

@@ -4043,6 +4043,7 @@ class XmlForm_Field_Grid extends XmlForm_Field
$field = $value1;
$arrayField[] = $field->name;
$arrayFieldRequired[] = "SYS_GRID_AGGREGATE_" . $this->name . "_" . $field->name;
preg_match_all("/@[@%#\?\$\=]([A-Za-z_]\w*)/", $field->sql, $arrayMatch, PREG_SET_ORDER);