daemon-idc init
This commit is contained in:
parent
8d14be8a75
commit
d4db38c03e
@ -95,7 +95,7 @@ abstract class CommonForm
|
||||
final public function setFormOptions(array $fields, array $formDatas = [], $formOptions = []): void
|
||||
{
|
||||
foreach ($fields as $field) {
|
||||
$formOptions[$field] = $formOptions[$field] ?? $this->getFormOption($this->_action, $field, $formDatas);
|
||||
$formOptions[$field] = $formOptions[$field] ?? $this->getFormOption($field, $formDatas);
|
||||
}
|
||||
$this->_formOptions = $formOptions;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user