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 [
'empty_option' => '',
],
'attributes' => [
'required' => true,
'required' => false,
'id' => 'division',
],
],
......@@ -119,7 +119,7 @@ return [
'disable_inarray_validator' => true,
],
'attributes' => [
'required' => true,
'required' => false,
'id' => 'department',
],
],
......@@ -132,7 +132,7 @@ return [
'label' => 'form_field_department',
],
'attributes' => [
'required' => true,
'required' => false,
'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