- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
over 1 year ago Waiting for branch to pass - @pyrello opened merge request.
- 🇺🇸United States drupgirl
After upgrading to core 10.3.1 this patch no longer applies, resulting in the following.
The website encountered an unexpected error. Try again later.
Error: Class "Drupal\views\Plugin\views\display\PreBuildBlockEvent" not found in Drupal\views\Plugin\views\display\Block->preBlockBuild() (line 407 of core/modules/views/src/Plugin/views/display/Block.php).
Drupal\ctools_views\Plugin\Display\Block->preBlockBuild(Object) (Line: 27)
Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 106)
Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray->onBuildRender(Object, 'section_component.build.render_array', Object)
call_user_func(Array, Object, 'section_component.build.render_array', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'section_component.build.render_array') (Line: 90)
Drupal\layout_builder\SectionComponent->toRenderArray(Array, ) (Line: 88)
Drupal\layout_builder\Section->toRenderArray(Array) (Line: 331) - First commit to issue fork.
- 🇮🇳India arunkumark Coimbatore
arunkumark → changed the visibility of the branch 3200029-views-block-display-add-prebuild-event to hidden.
- 🇮🇳India arunkumark Coimbatore
arunkumark → changed the visibility of the branch 11.x to hidden.
- 🇮🇳India arunkumark Coimbatore
arunkumark → changed the visibility of the branch 3200029-views-block-display-prebuild-event to hidden.
- 🇬🇧United Kingdom catch
Restoring status. The patch not applying any more isn't a critical bug in itself. Are you sure your site actually needs the patch applied at all?
- Status changed to Needs review
5 months ago 12:00pm 8 August 2024 - 🇺🇸United States drupgirl
Thank you very much for you quick response. Yes the site does need this and your patch applied. The site pages that use this now load as expected.
+1 RTBC
- Status changed to Needs work
5 months ago 11:40pm 13 August 2024 - 🇺🇸United States smustgrave
Left comments on MR
But also noticed it needs test coverage.