Problem/Motivation
On this line getViewDisplay is called with an object that can not be converted into a string.
Steps to reproduce
Attempt to use the layout builder on a media bundle.
Proposed resolution
Patch attached.
Remaining tasks
Review and apply.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3185062-5.patch | 4.01 KB | phenaproxima |
| #3 | 3185062-3.patch | 2.25 KB | phenaproxima |
| get_bundle_id.patch | 760 bytes | geekygnr |
Comments
Comment #2
classiccut commentedI was having the same issue when creating layout builder displays for user profiles. Thanks for the patch! Works for me.
Comment #3
phenaproximaComment #5
phenaproximaComment #7
phenaproximaThanks for this bugfix! I've added a test, and committed/pushed to 8.x-1.x. I'll also roll a new release.