BUG 7422 Checkbox value was not saved SOLVED (review fix issues)
This commit is contained in:
@@ -518,7 +518,7 @@ class Form extends XmlForm
|
|||||||
return count($notPassedFields) > 0 ? $notPassedFields : false;
|
return count($notPassedFields) > 0 ? $notPassedFields : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function validateFields($dataFields) {
|
function validateFields($data) {
|
||||||
$values = array();
|
$values = array();
|
||||||
$excludeTypes = array('submit', 'file');
|
$excludeTypes = array('submit', 'file');
|
||||||
|
|
||||||
@@ -533,5 +533,5 @@ class Form extends XmlForm
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user