PMCORE-4255 Dynaform, trigger, DB Connection not listed in classic process
This commit is contained in:
@@ -251,7 +251,7 @@ class Form extends XmlForm
|
||||
if ((sizeof( $this->values[$k] ) === 1) && ($v->type !== 'grid') && isset( $this->values[$k][0] )) {
|
||||
$this->values[$k] = $this->values[$k][0];
|
||||
}
|
||||
if (sizeof( $this->values[$k] ) === 0) {
|
||||
if (is_countable($this->values[$k]) && sizeof( $this->values[$k] ) === 0) {
|
||||
$this->values[$k] = '';
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user