Skip to content
Snippets Groups Projects
Commit 14abd2f3 authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #19158 [de_15] dds mapping in zend-form

* invisible comboboxes required false
parent 3b5cdb22
No related merge requests found
...@@ -105,7 +105,7 @@ return [ ...@@ -105,7 +105,7 @@ return [
'empty_option' => '', 'empty_option' => '',
], ],
'attributes' => [ 'attributes' => [
'required' => true, 'required' => false,
'id' => 'division', 'id' => 'division',
], ],
], ],
...@@ -119,7 +119,7 @@ return [ ...@@ -119,7 +119,7 @@ return [
'disable_inarray_validator' => true, 'disable_inarray_validator' => true,
], ],
'attributes' => [ 'attributes' => [
'required' => true, 'required' => false,
'id' => 'department', 'id' => 'department',
], ],
], ],
...@@ -132,7 +132,7 @@ return [ ...@@ -132,7 +132,7 @@ return [
'label' => 'form_field_department', 'label' => 'form_field_department',
], ],
'attributes' => [ 'attributes' => [
'required' => true, 'required' => false,
'id' => 'inputdepartment', 'id' => 'inputdepartment',
], ],
], ],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment