In Drupal\smart_content_block\Plugin\smart_content\Reaction\Block::submitConfigurationForm() we currently have:

$configuration = [
      'block_instance' => $form_state->getValue('block_instance'),
    ];

This is assuming the values from $form_state->getValue('block_instance') matches up to the block_instance configuration, instead of just submitting the block form. We need to correct this by properly submitting the block plugin form.

CommentFileSizeAuthor
#2 3086909-2.patch1.35 KBmichaellander
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

michaellander created an issue. See original summary.

michaellander’s picture

Status: Active » Needs work
FileSize
1.35 KB
michaellander’s picture

Status: Needs work » Needs review

Whoops.

  • michaellander committed 5f6c20e on 8.x-1.x
    Issue #3086909 by michaellander: Block submission is not called in...
michaellander’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.