- Issue created by @joegl
- πΊπΈUnited States joegl
- π§πͺBelgium swentel
Hmm, which Drupal core version is this, will try to track if anything changed in LB here
- π§πͺBelgium swentel
Hmm, what exactly does this one mean: "Create a new Field Block using a Layout Builder block."
Is it adding the 'Body' field for instance in a layout? Or something else?In my case, adding the body field works fine, that's why I'm asking.
- πΊπΈUnited States joegl
Thanks for your help on this swentel.
When creating a new block field on the Displays / Fields page, there are options to select Layout Builder blocks in the "Block" drop-down. They typically look something like: `FIELD NAME (Layout Builder: MACHINENAMES)` for example the `Description: (Layout Builder: field_block:taxonomy_term:hs_event_category:description)`. We have created a few fields this way to use in a View Mode when we need data from the same field displayed twice (such as a Date field where we want to show the Time in one place and the Date in another).
It's possible there is something a conflict in our own codebase causing this, but we're experiencing it across all sites on the same platform after the upgrade.
We are also having a separate issue where on a few sites it causes a fatal error when a field block with a Layout Builder block is being used.
- πΊπΈUnited States joegl
I think we are going to start using the display_field_copy β module for this instead. I'm happy to close this assuming it was specific to our code.
- Status changed to Needs review
11 months ago 6:47pm 6 February 2024 - π§πͺBelgium swentel
Thanks for the detailed steps, that helped! Patch attached fixes the issue.
-
swentel β
committed 59f255b8 on 8.x-3.x
Issue #3418407 by swentel: Error: Call to undefined method Drupal\ds\...
-
swentel β
committed 59f255b8 on 8.x-3.x
- Status changed to Fixed
11 months ago 3:34pm 9 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.