Problem/Motivation
When adding either of the default Blocks provided by the module, I get...
"Warning: Trying to access array offset on value of type null in Drupal\Core\Block\BlockBase->baseConfigurationDefaults() (line 98 of core\lib\Drupal\Core\Block\BlockPluginTrait.php).
Drupal\Core\Block\BlockBase->baseConfigurationDefaults() (Line: 81)
Drupal\Core\Block\BlockBase->setConfiguration(Array) (Line: 85)
Drupal\Core\Plugin\DefaultSingleLazyPluginCollection->setConfiguration(Array) (Line: 99)
Drupal\Core\Plugin\DefaultSingleLazyPluginCollection->addInstanceId('burndown_project_nav_block', Array) (Line: 55)
Drupal\Core\Plugin\DefaultSingleLazyPluginCollection->__construct(Object, 'burndown_project_nav_block', Array) (Line: 34)
Drupal\block\BlockPluginCollection->__construct(Object, 'burndown_project_nav_block', Array, NULL) (Line: 156)
Drupal\block\Entity\Block->getPluginCollection() (Line: 145)
Drupal\block\Entity\Block->getPlugin() (Line: 128)
Drupal\block\BlockForm->form(Array, Object) (Line: 106)
Drupal\Core\Entity\EntityForm->buildForm(Array, Object)
call_user_func_array(Array, Array) (Line: 536)..."
This warning message appears continuously on every page thereafter rendering the site unusable.
Comments
Comment #3
bharath-kondeti commentedComment #5
bharath-kondeti commentedComment #7
jeremylichtman commentedMerged the PR and created tag 1.0.31.
Comment #8
swirtMarking this as fixed as it looks like it was merged and released.