- Issue created by @bkosborne
The "Used In" column in the usage list is inaccurate for inline content blocks used in layout builder. It's currently deriving its data based on the content block, but it should be getting its data from the parent page.
Here's a screenshot that depicts the problem:
We already have some special handling for inline (non-resuable) content blocks used in page layouts. For the entity label and status columns, we already find the parent page and pull the data from there. But for the "used in" column data, we aren't. We should. It might be more complicated to do so.
Active
2.0
Code