- Issue created by @scott_euser
- Merge request !2Resolve #3508706 "Fatal error enable layout builder" β (Open) created by scott_euser
- π¬π§United Kingdom scott_euser
This at least prevents the fatal error, but I am not sure if I am breaking something else as a result
- π¬π§United Kingdom scott_euser
Yes the same seems to happen in default Umami install (tried to reproduce your edit_plus demo video) using article content type -> go to manage display.
- π¬π§United Kingdom scott_euser
Requires π Composer.json is invalid Active for tests to run
- πΊπΈUnited States tim bozeman
Heya Scott!
Thank you for pointing that out. Edit+ should be able to run without Layout builder, but I guess some hidden dependencies may have snuck in over time. I'll have to go through it all with a fine tooth comb one day and sprinkle around a bunch of
if (layoutBuilder.isInstalled)
all over. - π¬π§United Kingdom scott_euser
Thanks for the quick reply; to clarify, in this case (and with default Umami) layout builder is installed, but its not enabled for Article content type. It is enabled for other content types, so just checking if its installed is probably not sufficient, more like installed && enabled for the given entity.
-
tim bozeman β
committed e5341e9a on 1.0.x
Issue #3508706 by scott_euser, tim bozeman: Fatal error on Manage...
-
tim bozeman β
committed e5341e9a on 1.0.x
Automatically closed - issue fixed for 2 weeks with no activity.