Skip to content
Snippets Groups Projects

Issue #3337174: Remove @todo linking to closed issue in onfigureBlockFormBase::doBuildForm

Closed Issue #3337174: Remove @todo linking to closed issue in onfigureBlockFormBase::doBuildForm
Closed spokje requested to merge issue/drupal-3337174:3337174-remove-todo-linking into 10.1.x
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -166,9 +166,6 @@ public function doBuildForm(array $form, FormStateInterface $form_state, Section
$form_state->setTemporaryValue('gathered_contexts', $this->getPopulatedContexts($section_storage));
// @todo Remove once https://www.drupal.org/node/2268787 is resolved.
$form_state->set('block_theme', $this->config('system.theme')->get('default'));
$form['#tree'] = TRUE;
$form['settings'] = [];
$subform_state = SubformState::createForSubform($form['settings'], $form, $form_state);
Loading