Merged in dheeyi/processmaker/PM-3436 (pull request #2727)

PM-3436
This commit is contained in:
Julio Cesar Laura Avendaño
2015-09-04 15:38:51 -04:00

View File

@@ -215,6 +215,7 @@ class Process
}
//type
$fieldValue = (!is_array($fieldValue)) ? $fieldValue : '';
if ($arrayFieldDefinition[$fieldName]["empty"] && $fieldValue . "" == "") {
//
} else {