- Issue created by @dieppon
- 🇪🇸Spain penyaskito Seville 💃, Spain 🇪🇸, UTC+2 🇪🇺
I've not been able to reproduce this.
- dashboard 2.x
- layout library 8.x-1.0-beta5 (last release, current HEAD)
When using this with layout_library you get a WSOD on :
/admin/structure/dashboard/[id]/layout
Error: Call to undefined method Drupal\dashboard\Form\DashboardLayoutBuilderForm::getSectionStorage() in layout_library_form_alter() (line 156 of modules/contrib/layout_library/layout_library.module).
Add getSectionStorage
as a public function to DashboardLayoutBuilderForm
.
Active
2.0
Code
I've not been able to reproduce this.