Loading src/Form/EntityLogConfigForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -132,9 +132,9 @@ class EntityLogConfigForm extends ConfigFormBase { $options[$field_name] = $field_label; } $form[$entity][$bundle_name]['fields'] = [ '#title' => t('Fields'), '#title' => $this->t('Fields'), '#type' => 'checkboxes', '#description' => t('Select fields you would like to log on update'), '#description' => $this->t('Select fields you would like to log on update'), '#options' => $options, '#default_value' => isset($config[$bundle_name]['fields']) ? $config[$bundle_name]['fields'] : [], ]; Loading Loading
src/Form/EntityLogConfigForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -132,9 +132,9 @@ class EntityLogConfigForm extends ConfigFormBase { $options[$field_name] = $field_label; } $form[$entity][$bundle_name]['fields'] = [ '#title' => t('Fields'), '#title' => $this->t('Fields'), '#type' => 'checkboxes', '#description' => t('Select fields you would like to log on update'), '#description' => $this->t('Select fields you would like to log on update'), '#options' => $options, '#default_value' => isset($config[$bundle_name]['fields']) ? $config[$bundle_name]['fields'] : [], ]; Loading