8th release

This commit is contained in:
Paolo
2017-05-08 11:39:21 +02:00
parent 6a11cc09cf
commit 51ccee4d16
4 changed files with 77 additions and 15 deletions
+6
View File
@@ -205,6 +205,12 @@ class UDFWidget extends UDFWidgetTpl
*/
private function _renderCheckbox($jsonSchema)
{
//
if (!isset($this->_args[CheckboxWidget::CHECKED_ELEMENT]))
{
$this->_args[CheckboxWidget::CHECKED_ELEMENT] = $jsonSchema->defaultValue;
}
$checkboxWidgetUDF = new CheckboxWidgetUDF($this->_name, $this->_args);
$parameters = array();