Unverified Commit e627b186 authored by Simone Wood's avatar Simone Wood Committed by Lucas Hedding
Browse files

Issue #3272434 by FMB, tanmayk, sim_1, pfrenssen, heddn: Undefined index:...

Issue #3272434 by FMB, tanmayk, sim_1, pfrenssen, heddn: Undefined index: #description_display in template_preprocess_fieldset()
parent 77b13215
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ class MigrationController extends ControllerBase implements ContainerInjectionIn
      '#title' => $this->t('Source'),
      '#group' => 'detail',
      '#description' => $this->t('<p>These are the fields available from the source of this migration task. The machine names listed here may be used as sources in the process pipeline.</p>'),
      '#description_display' => 'after',
      '#attributes' => [
        'id' => 'migration-detail-source',
      ],
@@ -272,6 +273,7 @@ class MigrationController extends ControllerBase implements ContainerInjectionIn
      '#title' => $this->t('Destination'),
      '#group' => 'detail',
      '#description' => $this->t('<p>These are the fields available in the destination plugin of this migration task. The machine names are those available to be used as the keys in the process pipeline.</p>'),
      '#description_display' => 'after',
      '#attributes' => [
        'id' => 'migration-detail-destination',
      ],